How to link to an entry in Zotero 5 database on a Mac?
Given an item in Zotero 5 in the Mac application, how can I link directly to it? For example, I'd like to write a document or store information about bib items in DEVONthink. It would be extremely helpful to be able to link directly to the record in Zotero using a URL-type direct link. (Sente, DEVONthink, and other applications provide links like this to items stored in their databases.)
More generally, how do I point directly to an item in Zotero? Is there any kind of unique record/database/whatever identifier for an item in Zotero? If so, how can I get the value of this unique identifier?
(My apologies if this is really obvious. I'm still new to Zotero.)
More generally, how do I point directly to an item in Zotero? Is there any kind of unique record/database/whatever identifier for an item in Zotero? If so, how can I get the value of this unique identifier?
(My apologies if this is really obvious. I'm still new to Zotero.)
{ "translatorID"
toZotero.write(item.creators[0].lastName+". "+item.date+". <i>"+item["title"]+"</i>"+"</a>"); } }
and save it in a in a file named "ZotSelect Link.js"Now you can select any item(s), right-click it and export to "ZotSelect Link". You will get a text file with links looking like "zotero://select". Those links when clicked should open Zotero and highlight that item.