Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created July 20, 2022 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retorquere/4517c6e2f6a35e8a4061d32555e9d8f2 to your computer and use it in GitHub Desktop.
Save retorquere/4517c6e2f6a35e8a4061d32555e9d8f2 to your computer and use it in GitHub Desktop.
{
"translatorID": "362885da-1b1d-4151-9708-ae1f3f964782",
"label": "Dump",
"creator": "Emiliano Heyns",
"target": "json",
"minVersion": "4.0.27",
"maxVersion": "",
"priority": 100,
"configOptions": {
"getCollections": "true"
},
"displayOptions": {
"exportCharset": "UTF-8",
"exportNotes": true,
"exportFileData": false
},
"translatorType": 3,
"lastUpdated": "2022-07-20 15:44:17"
}
function doExport() {
const items = []
let item
while(item = Zotero.nextItem()) {
items.push(item)
}
Zotero.write(JSON.stringify(items, null, 2))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment