|
When I open a new document, it closes the later. How can I solve this? |
Replies: 4 comments 18 replies
|
If you are using the command line, you can pass the Also in new version of sioyek we have added a |
|
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! |
|
Same. |
|
I'm hitting the same bug on Alpine Linux Edge, with 2.0.0-r33. I tried adding all of these to |
If you are using the command line, you can pass the
--new-instanceoption to open a new sioyek instance. Alternatively, you can setnew-instance 1in yourprefs_user.configto 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-windowcommand line option as well as anew_windowcommand within sioyek itself which is more efficient thannew-instance. It is not available in1.3.0release though, so you have to compile it yourself or use the preview builds here:https://github.com/hexomancer/sioyek/releases/tag/v0.31.336