dotfiles/writing/.config/papis/config
Marty Oehme 102cdbca1c
writing: Replace zathura with sioyek
Replaced or extended all default references to zathura with
sioyek so it will automatically take on any tasks meant
for pdf reading. With the current configuration, hardly a
change should be noticed.
2023-10-02 14:08:04 +02:00

53 lines
1.2 KiB
Plaintext

[settings]
default-library = main
formater = bbt
local-config-file = .papis.config
opentool = sioyek
picktool = papis-tui
mark-opener = sioyek --page {mark[value]}
file-browser = vifm
# edit info.yaml as new papers are added
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]}
add-file-name = {doc[author_list][0][family]}{doc[year]}
header-format-file = ~/.config/papis/headerformat
extra-bibtex-keys = ["tags", "readstatus"]
database-backend = whoosh
whoosh-schema-fields = ["doi", "ref", "author", "year", "title", "publisher", "tags", "readstatus", "date", "isbn", "type", "keyword", "qualityassured"]
# to make whoosh list everything by default
default-query-string = *
notes-name = notes.md
notes-template = {doc[author_list][0][family]}{doc[year]}--{doc[title]}
[tui]
editmore = vi
[main]
dir = ~/documents/library
[emgs]
dir = ~/documents/library/emgs
[academia]
dir = ~/documents/library/academia
[personal]
dir = ~/documents/library/personal
[cs]
dir = ~/documents/library/cs
[ee]
dir = ~/documents/library/ee
[plugins.bbt-formatter]
full-year = True
title-words = 2
title-chars = 20