feat: add config spec to exclude bibtex fields

This commit is contained in:
Mitsuhiro Nakamura 2021-12-10 14:10:18 +09:00
parent 4ec4ba0390
commit 80867675b3
2 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,9 @@ max_authors = integer(default=3)
# the full python stack is printed.
debug = boolean(default=False)
# which bibliographic fields to exclude from bibtex files.
bibtex_field_excludes = force_list(default=list())
[formating]
# Enable bold formatting, if the terminal supports it.

View File

@ -138,6 +138,9 @@ edit_cmd = "vim"
# the full python stack is printed.
debug = False
# which bibliographic fields to exclude from bibtex files.
bibtex_field_excludes =
[formating]
# Enable bold formatting, if the terminal supports it.