writing: Add papis configuration
This commit is contained in:
parent
9f5bca4a62
commit
c306e30219
4 changed files with 60 additions and 0 deletions
35
writing/.config/papis/config
Normal file
35
writing/.config/papis/config
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[settings]
|
||||
#opentool = zathura
|
||||
#picktool = fzf
|
||||
default-library = master
|
||||
file-browser = vifm
|
||||
ref-format = {doc[author_list][0][surname]}{doc[year]}
|
||||
|
||||
# edit info.yaml as new papers are added
|
||||
add-edit = True
|
||||
add-folder-name = {doc[ref]}-{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.qmd
|
||||
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
|
||||
|
||||
[cs]
|
||||
dir = ~/documents/library/cs
|
||||
Loading…
Add table
Add a link
Reference in a new issue