Results 543 comments of ahrm

I think instead of ``` new_command _add_text python -m sioyek.add_text "%{sioyek_path}" "%{local_database}" "%{shared_database}" "%{file_path}" "%{selected_rect}" "%{command_text}" ``` You should use ``` new_command _add_text python -m sioyek.add_text "%{sioyek_path}" "%{local_database}" "%{shared_database}" "%{file_path}"...

There is currently no way to display multiple lines in statusbar. Using other translation systems is possible, you just have to modify this file: https://github.com/ahrm/sioyek-python-extensions/blob/main/src/sioyek/translate.py to use whatever translation service...

We don't use it directly. It has to be one of the dependencies.

Should be fixed in 5726ccd9d28327c462e4853822ef55ef486e1e4d.

You are right, I will update the documentation once I have some free time.

Have you configured them in your `keys_user.config` file? e.g: ``` control_menu(down) ```

Yes, `page_separator_width`.

We don't modify the PDF files in sioyek. The highlights are saved in a file name `shared.db` (it is a raw sqlite database). We do have a command to create...