feat: add config spec to exclude bibtex fields

main
Mitsuhiro Nakamura 3 years ago
parent 4ec4ba0390
commit 80867675b3

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

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

Loading…
Cancel
Save