This patch adds support for bookmarks/favorites to Jolla's documents app.
Save favorites from the context menu, and access the list by swiping right.
Note: this patch is not (yet) compatible with SFOS 4.0 because Patchmanager doesn't work for apps using sailjail.
The list of favorites is saved in dconf.
Sources: https://github.com/ichthyosaurus/sailfish-public-patch-sources
Discussion: https://openrepos.net/content/ichthyosaurus/patch-favorites-page-office
Attachment | Size | Date |
---|---|---|
![]() | 11.73 KB | 08/05/2021 - 22:11 |
(none)
Comments
kuba77
Sun, 2021/05/09 - 21:24
Permalink
Thanks for patch. It's working on SFOS 4.0.1.48 but must be enabled from terminal with command:
devel-su patch -R -p1 -d / -i /usr/share/patchmanager/patches/sfos-patch-office-favorites/unified_diff.patch
ichthyosaurus
Sun, 2021/05/30 - 14:34
Permalink
Note: this will "physically" apply the patch. In other words, it actually changes the files and you must remember to remove it properly again for updates. (Patchmanager does not change the actual files - which is why it doesn't work in sailjail, AFAIK.)