-
I am currently trying to write a python script using the That is, I assume the One caveat to this is that Sioyek().add_bookmark("this is a bookmark made from sioyek python iterface")
subprocess.run([SIOYEK_PATH, "--execute-command", "add_bookmark"])
subprocess.run([SIOYEK_PATH, "--execute-command", "add_bookmark", "--execute-command-data", "this is a bookmark made from command line"]) Any tips on how to move forward with this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately, in the current version of sioyek there is no way to fill in a text input from python without executing the command. It will be available in the next version though. |
Beta Was this translation helpful? Give feedback.
Unfortunately, in the current version of sioyek there is no way to fill in a text input from python without executing the command. It will be available in the next version though.