Description
Hey, as discussed on Twitter, over at Zettlr we're currently thinking about ways to interact between the app and several reference managers. Everytime you write something, it might happen that you want to change something in a specific citation or just want to open the linked PDF-File. In this case, it would be great to have a small interface to tell reference managers "Hey, please jump to that entry!" or "Could you please open the PDF file linked with that citekey?"
Zotero uses x-callback-links for that, that is, custom-protocol URLs such as zotero://open-pdf/library/items/[itemKey]?page=[page]
or zotero://select/items/@[citekey]
. The benefit would clearly be a better cross-integration between several components of your workflow on your computer.
If something like this would be possible, this would be great! :) I'm not sure of all potential good options for such an API, but I think the most important ones would be "Open linked PDF for entry with citekey @xyz" and "Select entry @CiteKey".
Further reference: Zettlr/Zettlr#418