Merge branch '55-set-up-papis-configuration-for-reference-management' into 'master'
Resolve "Set up papis configuration for reference management" Closes #55 See merge request marty-oehme/dotfiles!19
This commit is contained in:
commit
f0e73b27ec
1 changed files with 27 additions and 0 deletions
27
.config/papis/config
Normal file
27
.config/papis/config
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
[settings]
|
||||||
|
default-library = academia
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
[test]
|
||||||
|
dir = ~/documents/library
|
||||||
|
|
||||||
|
[academia]
|
||||||
|
dir = ~/Nextcloud/Library/academia
|
Loading…
Reference in a new issue