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:
parent
2a193c2a44
commit
43ae4ea7d4
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue