Add initial papis config file
This commit is contained in:
parent
83a8e7e517
commit
8b5756273b
1 changed files with 24 additions and 0 deletions
24
.config/papis/config
Normal file
24
.config/papis/config
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
[settings]
|
||||||
|
default-library = papers
|
||||||
|
|
||||||
|
opentool = xdg-open
|
||||||
|
file-browser = vifm
|
||||||
|
|
||||||
|
ref-format = {doc[author_list][0][surname]}{doc[year]}
|
||||||
|
|
||||||
|
add-confirm = True
|
||||||
|
add-name = {doc[author]}-{doc[title]}
|
||||||
|
add-folder-name = {doc[author]}-{doc[title]}
|
||||||
|
file-name = {doc[author]}_{doc[year]}_{doc[title]}
|
||||||
|
add-file-name = {doc[author]}_{doc[year]}_{doc[title]}
|
||||||
|
|
||||||
|
mark-header-format = {mark[value]}: {mark[name]}
|
||||||
|
mark-opener-format = zathura --page {mark[value]}
|
||||||
|
|
||||||
|
[tui]
|
||||||
|
editmode = vi
|
||||||
|
options_list.selected_margin_style = bg:ansiwhite fg:ansiblack
|
||||||
|
options_list.unselected_margin_style = bg:ansiblack
|
||||||
|
|
||||||
|
[papers]
|
||||||
|
dir = ~/documents/library
|
||||||
Loading…
Add table
Add a link
Reference in a new issue