Subtitles in biblatex import
Hi!
I stumbled upon a problem when importing my Biblatex file. I always used the subtitle field in Biblatex, which does not exist anymore in Zotero (I still think that this would be a good idea). Is it somehow possible to concatenate during import?
It would simply be:
Title: Subtitle
or if the Title has some other punctuation (e.g. !?): Title[punctuation] Subtitle
If that is not possible, does anyone know a good script to do this?
I stumbled upon a problem when importing my Biblatex file. I always used the subtitle field in Biblatex, which does not exist anymore in Zotero (I still think that this would be a good idea). Is it somehow possible to concatenate during import?
It would simply be:
Title: Subtitle
or if the Title has some other punctuation (e.g. !?): Title[punctuation] Subtitle
If that is not possible, does anyone know a good script to do this?
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.
In the meantime, try
pandoc-citeproc --bib2json bibfile.bib > bibfile.json
(which will take care of combining title and subtitle) and import bibfile.json into Zotero.
Will let you know if it gets accepted.
I'd say my problem was solved! Thank you!
(And I did not get noticed on your postings, therefore the long delay.)