-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zotero URI links result in "page not found" error #172
Comments
Response from Dan Stillman (Zotero team) in the forums:
|
Hi @dvanoni , my way for solving this issue is to use a chrome add-on called "URL redirect for developers" as a middle point to open the zotero application and find the item. the code to import into the add-on is shown below:
add the extension from chrome extension market click the import button and paste the codes shown above As long as the chrome open, click on the "zotero url" the chrome will redirect back to the zotero application and find the item it points to. |
it works for me since almost all the time when I use zotero, I also keep the chrome on. 2.mov |
Also facing this problem. |
The problem has not been solved? |
I haven't had time to get to this one yet, but it's on the todo list! |
By the way, happen to have any experience using LiquidText? I'd love to figure out a way to also add liquidtext links to this database. For example:
|
@austinmw, unfortunately, it looks like Notion still only supports You could try using the Chrome extension that @sheldon123z mentioned above with something like the following: From: Then, when you paste one of those LiquidText links into Notion, you'd need to replace the leading I haven't used the extension myself, so I'm not sure if I have it quite right, but let me know if you give it a try! |
Thanks for the advice, going to play with this later today! |
Another URL redirect tool was shared here: #78 (comment) |
Hi. thanks for this awesome tool. |
If you're using Firefox, the extension Firefox Redirector provides a workaround. I had success with the following wildcard rule: Redirect: |
@sheldon123z Hi, could you please share the link to the Chrome add-on you use? I cannot find it on Chrome extension market. xiexie. |
sorry for reply so late, I didn't see your message, here is the extension github page, it seems like already removed from Chrome extension market. Please copy & paste the codes I provided, it should work. https://github.com/wavebeem/url-redirect-webextension |
Another point for achiving this is that keep your browser and Zotero application open at the same time, then you can click the Zotero link on notion, the browser will redirect you to Zotero and have the correct item selected. |
This should be fixed in v0.5.6! Please let me know if you have any trouble with it. |
Describe the issue
When clicking the link in a
Zotero URI
property in Notion, the user ends up on a Zotero error page with the error message: page not found.To Reproduce
Steps to reproduce the behavior:
Zotero URI
propertyZotero URI
propertyExpected behavior
Clicking the link opens the desired item in the Zotero web library.
Screenshots
CleanShot.2022-11-15.at.21.59.44.mp4
The text was updated successfully, but these errors were encountered: