papis: Fix config setting including comment

Comments apparently are only comments at the beginning of a line in the
config file for papis. Noted.
This commit is contained in:
Marty Oehme 2025-06-11 11:03:42 +02:00
parent 2a193c2a44
commit 43ae4ea7d4
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -12,7 +12,8 @@ file-browser = vifm
add-edit = True
# ref-format = {doc[author_list][0][family]}{doc[year]}
ref-format = bbt:
add-folder-name = {doc[author_list][0][family]}-{doc[title]} # NOTE: Has issues if no author list
# NOTE: Has issues if no author list
add-folder-name = {doc[author_list][0][family]}-{doc[title]}
add-file-name = {doc[author_list][0][family]}{doc[year]}
header-format-file = ~/.config/papis/headerformat
extra-bibtex-keys = ["tags", "readstatus", "priority"]
@ -72,3 +73,4 @@ tags = {"red": "important", "green": "extra", "blue": "toread"}
full-year = True
title-words = 2
title-chars = 20
title-case = lower