Exporting notes as files
Hello,
I have the following problem. I want to export child notes of my items to text files. Each text file should contain the note only plus a full bibliographic reference. My intention is to use these notes to other knowledge management tools to help improving my writing workflow.
Each text file should look like this:
[[[[
"Note about paper x."
X.A and Y.B. How to do stuff. Journal, 2015.
]]]
I can't find a function to write individual files in Zotero. The only one I could find is Zotero.write(). Would you have a suggestion?
I have the following problem. I want to export child notes of my items to text files. Each text file should contain the note only plus a full bibliographic reference. My intention is to use these notes to other knowledge management tools to help improving my writing workflow.
Each text file should look like this:
[[[[
"Note about paper x."
X.A and Y.B. How to do stuff. Journal, 2015.
]]]
I can't find a function to write individual files in Zotero. The only one I could find is Zotero.write(). Would you have a suggestion?
Alternatively, you could query the sqlite instead of writing an export translator and create multipel files that way.
I don't believe (though I'm not 100% sure) there's a way to do this straight with a Zotero translator.