Marty Oehme
62beaae3e9
Mimicking my move from master branches to main, now my overall general library also resides in 'main' instead of 'master'. No real visible change, but unifies the wording for everything.
44 lines
1 KiB
Text
44 lines
1 KiB
Text
[settings]
|
|
#opentool = zathura
|
|
picktool = papis-tui
|
|
default-library = main
|
|
file-browser = vifm
|
|
ref-format = {doc[author_list][0][family]}{doc[year]}
|
|
|
|
# edit info.yaml as new papers are added
|
|
add-edit = True
|
|
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]}
|
|
|
|
mark-opener = zathura -P {mark[value]}
|
|
|
|
[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
|