Replies: 1 comment 6 replies
-
You can run the command
(after replacing %{} variables with the correct values). In the command line and see if there are any errors. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found Python extensions https://github.com/ahrm/sioyek-python-extensions , and installed them by
python3 -m pip install sioyek
. Could you explain a little bit more about how to use them? I'm interested in a dual-pages extension. I compiled Sioyek and copied binary in /usr/local/bin. I put in the pref_user filenew_command _dual_panelify python -m sioyek.dual_panelify "%{sioyek_path}" "%{file_path}" "%{command_text}"
. The command_dual_panelify
appears but it does not work.Beta Was this translation helpful? Give feedback.
All reactions