Zotero Item ID.js
From DFM Wiki
{ "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);} }