Reading from the source code, I understand that this extension uses the following format for zotero:// links:
- with zotero cite keys:
zotero://select/items/ + key
However, exports from better bibtex can generate links with two different formats, as follows (see here)
- with the citation key:
zotero://select/items/ + citekey
- with the zotero reference key:
zotero://select/library/items + key
However, I could not find a specification of the different link formats, so I don't know how to handle this inconsistency.
Currently, if i drag'n drop a reference from Zotero into an org document, with better bibtex, to generate a zotero:// link, I cannot open those links with zotxt-emacs. I use zotxt-emacs to open zotero:// links, and I would like to have the possibility to use both better bibtex and zotxt-emacs to insert links to references.
Reading from the source code, I understand that this extension uses the following format for zotero:// links:
zotero://select/items/+keyHowever, exports from better bibtex can generate links with two different formats, as follows (see here)
zotero://select/items/+citekeyzotero://select/library/items+keyHowever, I could not find a specification of the different link formats, so I don't know how to handle this inconsistency.
Currently, if i drag'n drop a reference from Zotero into an org document, with better bibtex, to generate a zotero:// link, I cannot open those links with zotxt-emacs. I use zotxt-emacs to open zotero:// links, and I would like to have the possibility to use both better bibtex and zotxt-emacs to insert links to references.