papis: Fix reference for imports, Add personal lib
This commit is contained in:
parent
73ae033139
commit
1e84deff03
1 changed files with 5 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
#picktool = fzf
|
#picktool = fzf
|
||||||
default-library = master
|
default-library = master
|
||||||
file-browser = vifm
|
file-browser = vifm
|
||||||
ref-format = {doc[author_list][0][surname]}{doc[year]}
|
ref-format = {doc[author_list][0][family]}{doc[year]}
|
||||||
|
|
||||||
# edit info.yaml as new papers are added
|
# edit info.yaml as new papers are added
|
||||||
add-edit = True
|
add-edit = True
|
||||||
add-folder-name = {doc[ref]}-{doc[title]}
|
add-folder-name = {doc[author_list][0][family]}-{doc[title]}
|
||||||
add-file-name = {doc[author_list][0][family]}{doc[year]}
|
add-file-name = {doc[author_list][0][family]}{doc[year]}
|
||||||
header-format-file = ~/.config/papis/headerformat
|
header-format-file = ~/.config/papis/headerformat
|
||||||
extra-bibtex-keys = ["tags", "readstatus"]
|
extra-bibtex-keys = ["tags", "readstatus"]
|
||||||
|
@ -31,5 +31,8 @@ dir = ~/documents/library
|
||||||
[academia]
|
[academia]
|
||||||
dir = ~/documents/library/academia
|
dir = ~/documents/library/academia
|
||||||
|
|
||||||
|
[personal]
|
||||||
|
dir = ~/documents/library/personal
|
||||||
|
|
||||||
[cs]
|
[cs]
|
||||||
dir = ~/documents/library/cs
|
dir = ~/documents/library/cs
|
||||||
|
|
Loading…
Reference in a new issue