papis: Update library layout
This commit is contained in:
parent
9afb34fd26
commit
5b15a20be7
1 changed files with 14 additions and 19 deletions
|
|
@ -8,6 +8,10 @@ picktool = papis-tui
|
|||
mark-opener-format = sioyek --page {mark[value]}
|
||||
file-browser = vifm
|
||||
|
||||
# use openl as isbn metadata provider. other options: goob, wiki
|
||||
# see: https://isbnlib.readthedocs.io/en/latest/devs.html#api-s-main-namespaces under `meta`
|
||||
isbn-service = openl
|
||||
|
||||
# edit info.yaml as new papers are added
|
||||
add-edit = True
|
||||
# ref-format = {doc[author_list][0][family]}{doc[year]}
|
||||
|
|
@ -32,13 +36,17 @@ editmore = vi
|
|||
[main]
|
||||
dir = ~/documents/library
|
||||
|
||||
# My personal reading
|
||||
[personal]
|
||||
dir = ~/documents/library/personal
|
||||
### Long-term libraries
|
||||
|
||||
# Sustainable supply chain logistics, especially procurement
|
||||
[litrev-rahman]
|
||||
dir = ~/documents/library/litrev-rahman
|
||||
# General personal reading
|
||||
[gen]
|
||||
dir = ~/documents/library/general
|
||||
|
||||
# General computer science reading
|
||||
[cs]
|
||||
dir = ~/documents/library/cs
|
||||
|
||||
### Situational libraries
|
||||
|
||||
# Addressing Inequalities in World of Work research
|
||||
[ilo]
|
||||
|
|
@ -49,23 +57,10 @@ dir = ~/documents/library/ilo-wow
|
|||
[fedi]
|
||||
dir = ~/documents/library/fediverse
|
||||
|
||||
# General computer science reading
|
||||
[cs]
|
||||
dir = ~/documents/library/cs
|
||||
|
||||
# Electrical engineering reading
|
||||
[ee]
|
||||
dir = ~/documents/library/ee
|
||||
|
||||
# All my university programme readings
|
||||
[emgs]
|
||||
dir = ~/documents/library/emgs
|
||||
|
||||
# General research reading
|
||||
[academia]
|
||||
dir = ~/documents/library/academia
|
||||
|
||||
|
||||
[plugins.extract]
|
||||
tags = {"red": "important", "green": "extra", "blue": "toread"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue