Zotero Item ID.js

From DFM Wiki
Revision as of 09:45, 19 April 2021 by EricThrift (talk | contribs) (Created Zotero translator to retrieve URL/ID for items.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{ "translatorID":"ab6a5a92-1e5b-41b3-90e0-eb213984c770", "translatorType":2, "label":"Zotero item ID", "creator":"Eric Thrift", "target":"html", "minVersion":"2.0", "maxVersion":"", "priority":200, "inRepository":false, "lastUpdated":"2012-04-08 10:15:00" }

function doExport() { var item; while(item = Zotero.nextItem()) {Zotero.write(item.uri);} }