2023-02-08 17:53:18 +00:00
|
|
|
[settings]
|
|
|
|
#opentool = zathura
|
|
|
|
#picktool = fzf
|
|
|
|
default-library = master
|
|
|
|
file-browser = vifm
|
2023-02-25 15:58:31 +00:00
|
|
|
ref-format = {doc[author_list][0][family]}{doc[year]}
|
2023-02-08 17:53:18 +00:00
|
|
|
|
|
|
|
# edit info.yaml as new papers are added
|
|
|
|
add-edit = True
|
2023-02-25 15:58:31 +00:00
|
|
|
add-folder-name = {doc[author_list][0][family]}-{doc[title]}
|
2023-02-08 17:53:18 +00:00
|
|
|
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 = *
|
|
|
|
|
2023-03-19 13:50:25 +00:00
|
|
|
notes-name = notes.md
|
2023-02-08 17:53:18 +00:00
|
|
|
notes-template = {doc[author_list][0][family]}{doc[year]}--{doc[title]}
|
|
|
|
|
|
|
|
mark-opener = zathura -P {mark[value]}
|
|
|
|
|
|
|
|
[tui]
|
|
|
|
editmore = vi
|
|
|
|
|
|
|
|
[master]
|
|
|
|
dir = ~/documents/library
|
|
|
|
|
|
|
|
[academia]
|
|
|
|
dir = ~/documents/library/academia
|
|
|
|
|
2023-02-25 15:58:31 +00:00
|
|
|
[personal]
|
|
|
|
dir = ~/documents/library/personal
|
|
|
|
|
2023-02-08 17:53:18 +00:00
|
|
|
[cs]
|
|
|
|
dir = ~/documents/library/cs
|
2023-03-19 13:50:25 +00:00
|
|
|
|
|
|
|
[ee]
|
|
|
|
dir = ~/documents/library/ee
|