Hi!. I am also using Linux and I have a problem. Links to Zotero in format [1] (zotero: // select / items / 1_QZBJXD8N) cannot be opened from Obsidian. Nothing happens after clicking on it. From a text editor (LibreOffice writer) or a browser, the link works. Could you help me what I need to configure?
PS: all steps from instruction I have done - install translator and chose it in settings
Exactly as in your example. Here is an example link [Lapteva. 2019. *Domestic Engineering - Industry 4.0 Technology Transition Problems*](zotero://select/items/0_MG3KUW6P)
Yes. I tried different options Cntrl+Click, Shift+Click, but nothing happens, and nothing notification about any errors. At first, I suggested its problem with the link. I copy link in parentheses zotero://select/items/0_MG3KUW6P and passed to another programs. From browser and LibreOffice its works.
Just thought about this… the Zotero URI needs to be configured for it to be recognized, does it work from your browser? If you installed Zotero from the deb file in zotero-deb this would take care of it. Otherwise you have to set it up manually, e.g. as suggested in this SO question
Thank you @argentum. This suggestion to install zotero-deb solved my issue. I had installed the tarball from the Zotero site, and was able to open zotero URI from other apps, but not from Obsidian. Not sure why this would be the case. In any event, very much appreciate your help.
Hi ! I’ve just transitioned to Linux from Windows and I’m trying to re-implement my workflow zotero->zotfile->mdnotes->obsidian. Unfortunately, I have the same problem as described by @alex_m above : nothing happens in Obsidian when i click on a link to Zotero in format [...](zotero://...). It does work though when I use the same link in the browser or LibreOffice Writer.
I work with ubuntu 20.04, I’ve downloaded Zotero from the deb file and Obsidian in the flatpak format.
As suggested by @argentum , it might be a setup problem. The outputs of xdg-mime query default x-scheme-handler/zotero and xdg-settings get default-url-scheme-handler zotero are both zotero.desktop and Zotero appears in the [Default Applications] section of ~/.config/mimeapp.list.
Nevermind, i solved my issue. I found an old zotero.desktop file from a previous installation that was probably messing things up. I deleted it and everything works like a charm now !