See all notes in one document
Hello,
Is there a way to see all notes at once, like a report with only title, author and notes? as a list or in spreadsheet.
Thanks for your help
Is there a way to see all notes at once, like a report with only title, author and notes? as a list or in spreadsheet.
Thanks for your help
Otherwise, not really -- you can get this from CSV export, I suppose, but I don't think that's effective enough display-wise to be useful.
2) CSV files show Notes in html. Would you know how to create an additional export option that is a CSV file with notes in plain text?
I really really need it to be able to continue working with zotero... Thank you for your help.
but not sure either still works.
2) only option would be to customize the export script for CSV (which is in javascript)
So I guess I'll need line-by-line code...
meanwhile, you may also share just the pointers on where to look, and I can see if I can find someone to help me figuring it out.
https://github.com/zotero/translators/blob/master/CSV.js#L191
the file is in the translators folder in your Zotero data directory
https://www.zotero.org/support/zotero_data
changes there take effect immediately.
I found the file CSV.js on my drive, could open it in my browser Chrome. I then opened the Developers tools, clicked on the tab Sources and found line 191 that you pointed out above. It looks exactly as the link you sent.
Do you already know what I should change there or is it exactly that that may take some time to figure out?
Sorry for my ignorance... trying my best to learn... I am already very thankful for your support.