Results 540 comments of ahrm

Can't reproduce the issue. I assume this is because of incompatible mupdf versions (as is tradition) the development branch uses mupdf 1.25.

I can't reproduce the issue so I don't know where the appropriate place would be.

@ShadiZade Does @aw-cloud 's pr fix your issue here: https://github.com/ahrm/sioyek/pull/1412?

I'm not going to merge it until I know it actually fixes the problem, that's why I am asking.

Can you share the document where it does not work? Maybe it is using a different citation style from the documents I have tried.

Yeah we mainly work with bracket reference style (e.g. [12]). However, in development branch we have a feature where you can select a reference and right click it to preview...

As you said, the highlights are associated with the hash of files exactly because we want them to work across machine. It is weird that it is not working for...

We don't have a method to overlay pngs currently. I think using PNGs is bad because it both consumes more space and probably looks blurry at higher zoom levels. I...

Added a `keyboard_select_inclusive` config option in https://github.com/ahrm/sioyek/commit/6a9a6445fa00134316dbeddfeeb27aebc244b74e. Also added `select_next_char` and `unselect_last_char` commands in https://github.com/ahrm/sioyek/commit/642670b09dc03458725a86e27452039e5a8e2dcc which should help adjust the selection.

I use AltTab myself and have no such problem. Which sioyek version are you using? Does the issue happen in the preview release here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0? What is your `keys_user.config` file?...