papis: Update options for new papis-bbt-formatter version

This commit is contained in:
Marty Oehme 2025-06-09 14:19:57 +02:00
parent d91bc46d75
commit de462a270b
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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