Exporting to other software (e.g., Tinderbox) by adding own exporter?
I need to get out from Zotero (export) citation info (w abstract) + tags + notes + related. Essentially, I want to be able to export this info for the whole bunch of citations and so I prefer to automate the process. I want then to import them into other software as structured (marked up) text (e.g., Curio, or Tinderbox - in the latter case the relationships could be used to generate a map view). Each item would then be managed in that new application separately, but with keeping existing links etc. between the items. I have looked into using Zotero report - but I do not see any way to save it (other than by copy and paste). It may be easier to write my own exporter. But wanted to check if anything like that already existed? and hear if anybody has any suggestions.
Thanks - Jacek
Thanks - Jacek
2. I don't know anything about Curio or Tinderbox, but ideally you'd want a more structured data format for export/import, no? Zotero exports into a lot of different formats (right click --> export selected items) - they can't read any one of those? But beyond those, nothing exists, no.
thanks
Writing a csv exporter in js wouldn't be terribly hard, but as mentioned in the thread, it involves a lot of trade-offs and how you want it to look depends on what you want to use it for, which is why Zotero doesn't have one (yet).
I guess, some of them may be following CSL standard. But, how could one export a link to the attachment file in the local file system?
thanks
http://gsl-nagoya-u.net/http/pub/csl-fields/index.html
for those not listed (like tags, links, notes), you're best of looking at existing export translators. RIS and bibtex have (more or less) standardized fields for that - annote and N1 for notes. Links are less standard, but usually file in bibtex and L1 in RIS.
thanks!
The best way to go would probably be to look at some of the existing export translators - unfortunately none of them are super simple, but I think RIS or Refer aren't crazy complicated.
I think the only pure export translator is TEI so that might be worth a look, too.
I'm pretty sure that you will need to restart Zotero before it recognizes a new translator, but you only need to do that once - changes to existing translators - including custom translators - take effect immediately.