-
When I open a new document, it closes the later. How can I solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
If you are using the command line, you can pass the Also in new version of sioyek we have added a |
Beta Was this translation helpful? Give feedback.
-
Thus, regarding the default configuration, new documents should be opened as new windows by default, right? This is not happening in my case (Arch Linux, sioyek 2.0.0, sioyek AUR pkg). Thanks! |
Beta Was this translation helpful? Give feedback.
-
Same. |
Beta Was this translation helpful? Give feedback.
If you are using the command line, you can pass the
--new-instance
option to open a new sioyek instance. Alternatively, you can setnew-instance 1
in yourprefs_user.config
to make this is default behaviour.See https://sioyek-documentation.readthedocs.io/en/latest/configuration.html?highlight=new-instance#should-launch-new-instance.
Also in new version of sioyek we have added a
--new-window
command line option as well as anew_window
command within sioyek itself which is more efficient thannew-instance
. It is not available in1.3.0
release though, so you have to compile it yourself or use the preview builds here:https://github.com/hexomancer/sioyek/releases/tag/v0.31.336