python-bibtexparser icon indicating copy to clipboard operation
python-bibtexparser copied to clipboard

Option to exclude fields from export/writer

Open ar-jan opened this issue 6 years ago • 1 comments

An option to omit specified fields from the BibTexWriter would be useful (unless I've missed some other way to achieve this, of course!). We could parse the bibtex database and remove fields, but I have a situation where I need a field to be in the bibtex database for sorting, but it should not be exported.

ar-jan avatar Mar 09 '18 12:03 ar-jan

Indeed, that would be a valuable option since I believe it is a common use case. It should also be pretty straightforward to implement.

omangin avatar Mar 09 '18 16:03 omangin

Stale pull request for v1. Easily implementable for v2 through custom middleware (currently no builtin).

MiWeiss avatar May 26 '23 14:05 MiWeiss