Skip to content

Commit

Permalink
Add list of supported fields
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Oct 20, 2020
1 parent d09ab3b commit f253dc9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# tropy-plugin-csl
Tropy plugin to export your items to Zoterao as CSL/JSON

# Custom Templates
To customize how your Tropy item is mapped to CSL/JSON and Zotero,
duplicate your Tropy template in Tropy's template editor and assign
each field you want to export a CSL/JSON field by setting the template
field's label to the corresponding CSL/JSON id. The following CSL/JSON
fields are currently recognized:

* chapter-number
* collection-number
* edition
* issue
* number
* number-of-pages
* number-of-volumes
* volume
* accessed
* container
* event-date
* issued
* original-date
* submitted
* author
* collection-editor
* composer
* container-author
* director
* editor
* editorial-director
* illustrator
* interviewer
* original-author
* recipient
* reviewed-author
* translator

To use your custom mapping, select your template in the plugin's
configuration.

0 comments on commit f253dc9

Please sign in to comment.