Results 543 comments of ahrm

* Do you actively use sioyek or sioyek is just opened in the background? * Is it okay if sioyek is minimized? * Can you share your `prefs_user.config`? Maybe there...

> @HakonHarnes Let me confirm you back tomorrow or like after few hours I will open a pdf with only text and will confirm whether this behaviour happens or not....

> @ahrm Are images loaded and freed on demand? That is, the image is lazily loaded when viewing the page for the first time and freed later when viewing a...

> > The biggest offenders seem to be in the `pdf_process_Do` function in `pdf_interpret.c`: > > This file is in MuPDF, so I wonder if the memory leak is due...

Does adding this to your prefs help? : ``` exact_highlight_select 1 ```

There is a pull request about this which probably will be included in the next version of sioyek: https://github.com/ahrm/sioyek/pull/742 .

If you mean into a json file then no, currently there is no way to do that. However, you can use the [embed annotations](https://github.com/ahrm/sioyek-python-extensions#-embed_annotations) extension to embed the sioyek annotations...

> Is it a technical obstacle for this function? Or doesn't it fit Sioyek's philosophy? No I just didn't think it would be necessary since you can just extract the...

It does when you open it again. It is only a problem when you first open the toc and then resize the window *while the toc window is opened*, which...