zotero://select for Z Standalone - select Z item from external application
Hi,
is there a way to get hyperlinks to specific Zotero items to work in Zotero Standalone? I basically want to be able to navigate to a specific item within Zotero from an external application. If that is not possible, can I do it with Applescript?
Thanks!
is there a way to get hyperlinks to specific Zotero items to work in Zotero Standalone? I basically want to be able to navigate to a specific item within Zotero from an external application. If that is not possible, can I do it with Applescript?
Thanks!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
osascript -e 'tell app "Zotero" to activate' -e 'tell app "Zotero" to open location "zotero://select/items/0_XIM5ZAUD"'
(XIM5ZAUD is the item key)