Results 543 comments of ahrm

> Do you have any thoughts on this, @ahrm? No, I guess we'll have to try both and see which one works better.

Thanks for your awesome work. Note that I am working on the next version of sioyek (as I have described here: https://github.com/ahrm/sioyek/discussions/734#discussioncomment-6036425), which will be a major release and changes...

I think I may have forgotten about this PR and have implemented parts of this myself :/. So it definitely needs some adapting before beings accepted. Alternatively if you are...

`link_highlight_color ` takes 4 values (including alpha for transparency). I was wrong, your `link_highlight_color` config should work. Maybe try opening the config file by executing `prefs_user` command?

We used to implement dark mode by inverting colors but a lot of users had issues with that ([you ](https://github.com/ahrm/sioyek/issues/171 for example). You can try custom color mode with very...

You can already do this. You can open a new window by executing `new_window` command or from the command line by passing `--new-window` option.

> Only one document is opened (the first one in the list You can't do ``` sioyek file1.pdf file2.pdf ... ``` You need to do this: ``` sioyek file1.pdf sioyek...

Does this work? : ``` new_command _import_annotations python3 -m sioyek.import_annotations '%{sioyek_path}' '%{local_database}' '%{shared_database}' '%{file_path}' ```

Does using `arch -arm64` before the command work?

Does it work when you run sioyek from the command line (instead of running it from the GUI)?