Difference between revisions of "Zotero Item ID.js"
From DFM Wiki
EricThrift (talk | contribs) (Created Zotero translator to retrieve URL/ID for items.) |
EricThrift (talk | contribs) (EricThrift changed the content model of the page Zotero Item ID.js from "wikitext" to "JavaScript") Tag: content model change |
(No difference)
|
Latest revision as of 09:46, 19 April 2021
{ "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);} }