From 5b15a20be759f37b7d3eaf863314c35b70c0057e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 23 Aug 2025 12:38:45 +0200 Subject: [PATCH] papis: Update library layout --- writing/papis/config/papis/config | 33 +++++++++++++------------------ 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/writing/papis/config/papis/config b/writing/papis/config/papis/config index 2852fab..c6d980d 100644 --- a/writing/papis/config/papis/config +++ b/writing/papis/config/papis/config @@ -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"}