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:
parent
5dff1db3db
commit
15415ab7fa
2 changed files with 26 additions and 13 deletions
|
@ -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"}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue