Results 543 comments of ahrm

Also note that these scripts require newer version of sioyek and don't work with 1.4 release, I am building an experimental build of latest commit. I will post it here...

Updated in a1239ad339454ad9d15a300432a32dc77830f15b, we now handle highlight colors.

Builds of the newerst commits are available here: https://github.com/hexomancer/sioyek/releases/tag/v0.31.365

Have you installed the python extensions? Maybe run this command: ``` python /path/to/embed_annotations_in_file.py "%{sioyek_path}" "%{local_database}" "%{shared_database}" "%{file_path}" ``` (after replacing the variables with the correct values of course) manually on...

You need to install `PyMuPDF`: https://pypi.org/project/PyMuPDF/

How did you install python extensions? these should be automatically installed when you install sioyek python extensions using pip because we have them in dependencies: https://github.com/ahrm/sioyek-python-extensions/blob/7065663c4001bb862b3c74db01e94b7ae951ad93/pyproject.toml#L20

I don't consider this a bug. The alternative would be to automatically detect images and don't invert them. But that would cause a giant white rectangle in the middle of...

> Is there any option like to keep hue? Zathura has this option `set recolor-keephue "true"` which keeps the reversing of colors to some readable level. If so, i would...

I changed the dark mode algorithm in 8cf94f94fef31f8ddff8e269923ab454b2e052a9 to try to keep the hue. I don't know if it is much better than previous algorithm though because some JPG compression...

I changed the algorithm again in dc05477023661d034a70df18a6695659785c8866. Should be fixed now.