sioyek
sioyek copied to clipboard
Sioyek is a PDF viewer with a focus on textbooks and research papers
Hi @ahrm Thank you for the project. The latest release was from 2022 but there have been many commits. When do you expect to create a new official release so...
Sioyek is the only application which does not get focus when launched (from anywhere I tried). This includes - Launching from Zotero (uses `xdg-open`) - Launching from a `.desktop` file...
Would it be possible to have a separate link_highlight_color option defaulting to a lighter color when dark mode is enabled? FWIW I've tried setting `link_highlight_color 0.8 0.8 0.8` in ~/.config/sioyek/prefs_user.config...
It would be useful if sioyek could open multiple documents at once. i.e. sioyek doc1.pdf doc2.pdf ... should open multiple files. I might implement it myself if it is wanted.
Hello, thank you for the wonderful software. I am having blurry fonts in Sioyek, as is evident from the screenshot below:  My System Details are:  I am using...
Hi, on Wayland, QT apps use wayland when QT_QPA_PLATFORM is set as wayland if qtwayland is available. This is not an issue in the source install, since it can accesss...
Currently the only available logo is [this png](https://github.com/ahrm/sioyek/blob/main/resources/sioyek-icon-linux.png) it would be nice also have an svg of the logo so that the logo will always be rescalable without resulting in...
The version of SQLite3 currently used by Sioyek suffers from a memory leak in the `sqlite3MemRealloc` function. This PR updates the SQLite3 library to its latest version to address this...
Android port
I read in an earlier issue that you are planning to port Sioyek to Android and iOS devices. I find that a very exciting prospect, because I use an android...
Hello, I created a very basic extension to search and do next of text from the clipboard. The extension works fine if I start sioyek from the terminal but if...