Jaakko Keränen
Jaakko Keränen
There should be a setting for specifying how often subscribed feeds are refreshed. For example: * never (only manually) * once per hour * every 4 hours (current behavior) *...
It should be possible to force a page to be interpreted in a specific format: plain text, gemtext, Atom XML, or some other supported format, regardless of what the media...
One should be able to drag and drop a link from somewhere on the page or from the URL bar directly into the bookmarks sidebar, into a specific place in...
The inline image viewer can load GIF images, but animated ones need additional work. Fortunately in v1.2, media handling was generalized a bit so a new type of media player...
The Flatpak sandbox prevents opening random URIs. An API is provided for doing this, but it requires D-Bus to access it: https://github.com/flatpak/xdg-desktop-portal#readme Related to issue #245. The most reasonable way...
Reading text in some contexts, such as a Gempub on a tablet, would be most natural using a paginated view mode instead of vertical scrolling. - [ ] An option...
Changes in Preferences get applied quite inconsistently at the moment: some settings are applied immediately when toggled, and some (like the UI scale) are applied when the dialog is closed,...
Use a configuration file to specify the home row navigation key sequence instead of having it hardcoded. The current sequence can be found in: https://git.skyjake.fi/skyjake/lagrange/src/branch/dev/src/ui/documentwidget.c#L1508