disable middle mouse serach
While scrolling, middle mouse search automatically opens new tabs for me. The option to disable external search using middle mouse would be nice.
We had a middle_click_command config which should have allowed this by setting something like this:
middle_click_command noop
but there was a bug that executed the default behavior anyway which should be fixed in https://github.com/ahrm/sioyek/commit/3172c42a565381b72fffb390e444f65ff988aa61 now.
Thanks! I'd like to ask two more questions: First, is there any way to disable the auto-completion of highlights? When highlighting, the whole word is automatically highlighted. Additionally, is there any way to execute a command on the program's exit? I want Sioyek to embed the annotations in the file when I close it (and overwrite the previous file).
We have an exact_highlight_select config which can disable word-level highlighting.
There is no way to execute a command on program's exit (and it is not possible to overwrite the file even if we could run commands on exit).
I see. So is there any way to auto-embed highlights? I use cloud sync between computers, and the lack of this feature is a disadvantage compared to other PDF readers.