papis: Add fediverse library

Individual sub-libraries should probably really be created in a dynamic
python configuration file, but for now we just add it manually.
This commit is contained in:
Marty Oehme 2024-09-18 16:23:47 +02:00
parent 5dff1db3db
commit 15415ab7fa
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 26 additions and 13 deletions

View file

@ -31,27 +31,40 @@ editmore = vi
[main] [main]
dir = ~/documents/library dir = ~/documents/library
[emgs] # My personal reading
dir = ~/documents/library/emgs
[academia]
dir = ~/documents/library/academia
[personal] [personal]
dir = ~/documents/library/personal dir = ~/documents/library/personal
[cs] # Sustainable supply chain logistics, especially procurement
dir = ~/documents/library/cs
[ee]
dir = ~/documents/library/ee
[litrev-rahman] [litrev-rahman]
dir = ~/documents/library/litrev-rahman dir = ~/documents/library/litrev-rahman
# Addressing Inequalities in World of Work research
[ilo] [ilo]
dir = ~/documents/library/ilo-wow dir = ~/documents/library/ilo-wow
# fediverse-related academia, from
# https://www.zotero.org/groups/5490166/fediverse_research
[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] [plugins.extract]
tags = {"red": "important", "green": "extra", "blue": "toread"} tags = {"red": "important", "green": "extra", "blue": "toread"}

View file

@ -7,7 +7,7 @@ open_document_embedded o
toggle_custom_color <C-r> toggle_custom_color <C-r>
toggle_two_page_mode d toggle_two_page_mode d
goto_begining gg #goto_begining gg
goto_end G goto_end G
screen_up <C-u> screen_up <C-u>