Open letscho123 opened 1 year ago
I suspect the terminal version is expecting to open within its own terminal session and not spawn a new window which is why it "halts" waiting for the editor to be closed.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.
The issue is not resolved. I created a topic on the Joplin forum.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.
The issue is not resolved.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.
The issue is not resolved.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.
The issue is not resolved.
For now, I'm adding this to backlog
.
Currently, the CLI app uses spawnSync
to launch the editor:
This pauses Joplin CLI until the editor exits. Joplin then saves the edited document:
To fix this, we may have to change this to something close to how external editing is handled on desktop.
I would like to use Neovim as external editor in a new window like in the desktop app. However, opening the external window results in a blank page of the Joplin CLI as long as Neovim is open.
Environment
Joplin version: 2.12.15-1 Platform: Linux CLI OS specifics: Archlinux
Steps to reproduce
config editor "kitty -- nvim"
[glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.UnknownMethod] No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
Describe what you expected to happen
In step 4., the terminal with Joplin stays open and I can open other notes.
Logfile