msprev / fzf-bibtex

a BibTeX source for fzf
BSD 3-Clause "New" or "Revised" License
129 stars 15 forks source link

Support biblatex-sbl #30

Closed folofjc closed 2 years ago

folofjc commented 2 years ago

biblatex-sbl (https://github.com/dcpurton/biblatex-sbl) adds some new entry types for bib files:

msprev commented 2 years ago

can you briefly summarise how fzf-bibtex currently handles these entries? Are they ignored in the listing of entries?

folofjc commented 2 years ago

bibtool throws an error on each entry, and then none of the cross references work with them. They do not exist in the output file from bibtool. As long as they are in the rsc file, they show up in the output of bibtool.

msprev commented 2 years ago

I'm happy to merge this as it seems to be a good use case.