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?
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.)