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?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
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.