reading zotero bibtex output in Fidus Writer
Hey,
I have been programming on Fidus Writer ( http://www.fiduswriter.org ) -- an online academic word processor. We would like to be as compatible with Zotero as possible. For now the best way to do that I found was to allow to import bibtex files output by Zotero.
However, there are some issues with those files. One thing is that the names of months are not in citation marks. That I solved by predefining all month names.
Another issue is that some entries are output like this:
@misc{__????
},
would it not make sense that if you have no fields at all to just skip the entry entirely?
I have been programming on Fidus Writer ( http://www.fiduswriter.org ) -- an online academic word processor. We would like to be as compatible with Zotero as possible. For now the best way to do that I found was to allow to import bibtex files output by Zotero.
However, there are some issues with those files. One thing is that the names of months are not in citation marks. That I solved by predefining all month names.
Another issue is that some entries are output like this:
@misc{__????
},
would it not make sense that if you have no fields at all to just skip the entry entirely?
Not sure I understand the issue with names of months in citation marks? Month should most definitely not be in quotation marks in bibtex - a well written .bst style will format month as needed from standardized input (as provided by Zotero).