papis: Update options for new papis-bbt-formatter version
This commit is contained in:
parent
d91bc46d75
commit
de462a270b
1 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ file-browser = vifm
|
||||||
# edit info.yaml as new papers are added
|
# edit info.yaml as new papers are added
|
||||||
add-edit = True
|
add-edit = True
|
||||||
# ref-format = {doc[author_list][0][family]}{doc[year]}
|
# ref-format = {doc[author_list][0][family]}{doc[year]}
|
||||||
ref-format = bbt
|
ref-format = bbt:
|
||||||
add-folder-name = {doc[author_list][0][family]}-{doc[title]}
|
add-folder-name = {doc[author_list][0][family]}-{doc[title]} # NOTE: Has issues if no author list
|
||||||
add-file-name = {doc[author_list][0][family]}{doc[year]}
|
add-file-name = {doc[author_list][0][family]}{doc[year]}
|
||||||
header-format-file = ~/.config/papis/headerformat
|
header-format-file = ~/.config/papis/headerformat
|
||||||
extra-bibtex-keys = ["tags", "readstatus", "priority"]
|
extra-bibtex-keys = ["tags", "readstatus", "priority"]
|
||||||
|
|
@ -68,7 +68,7 @@ dir = ~/documents/library/academia
|
||||||
[plugins.extract]
|
[plugins.extract]
|
||||||
tags = {"red": "important", "green": "extra", "blue": "toread"}
|
tags = {"red": "important", "green": "extra", "blue": "toread"}
|
||||||
|
|
||||||
[plugins.bbt-formatter]
|
[plugins.bbt]
|
||||||
full-year = True
|
full-year = True
|
||||||
title-words = 2
|
title-words = 2
|
||||||
title-chars = 20
|
title-chars = 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue