Commit graph

8 commits

Author SHA1 Message Date
15415ab7fa
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.
2024-09-18 16:23:47 +02:00
a16364a61b
sioyek: Enable highlights for all search results
All search results are highlighted, not just the currently selected. As
of now only works with the development version of the program not the
current release version (2.0.0).
2024-07-20 16:47:13 +02:00
b2d7666b07
sioyek: Add toggle map for dual paged mode
Using `d` we can toggle between single paged and dual paged mode,
only works in the dev version for now.
2024-04-19 11:34:29 +02:00
6dd7f5b39a
sioyek: search case insensitively by default 2023-11-15 14:23:45 +01:00
5f0f7f22ef
sioyek: Always open new windows
Do not open multiple pdf files in the same window, but open
a new window for each file opened (there is no way to
display multiple open pdf files side-by-side otherwise).
2023-10-05 18:28:04 +02:00
378541df7e
sioyek: Add mappings for page/highlight movement
Added hjkl mappings to scroll within pages. Added movement
between highlights with `]h/[h`, although I am not sure it
works in both directions with these mappings.
2023-10-05 18:27:13 +02:00
a3b54a155e
sioyek: Switch to dotter template for flavouring
Since sioyek does not support including into its configuration
file, we switch it to dotter templating and use the in-place
flavours insertion on theme selection for theming.

Any theming will not back filter into the repository.
2023-10-03 15:10:05 +02:00
af410c0b77
writing: Add sioyek configuration 2023-10-02 13:55:46 +02:00