-
-
Save Verssae/64baca0ffbb5f6da67b13b4bf4322f97 to your computer and use it in GitHub Desktop.
Zotero export translator for getting zotero:// link and article information
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"translatorID":"BA3A62C2-E8B8-11E3-8533-A664DDBCE621", | |
"translatorType":2, | |
"label":"Modified ZotSelect Link", | |
"creator":"Max Masnick, based on work of Scott Campbell, Avram Lyon, and Nathan Schneider", | |
"target":"html", | |
"minVersion":"2.0", | |
"maxVersion":"", | |
"priority":200, | |
"inRepository":false, | |
"displayOptions":{"exportCharset":"UTF-8"}, | |
"lastUpdated":"2014-05-31 03:03:00" | |
} | |
function doExport() { | |
var item; | |
while(item = Zotero.nextItem()) { | |
Zotero.write(`zotero://select/library/collections/${item.collections[0]}/items/${item.key}\n\n`); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment