-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joplin does not update notes when using an external editor #10647
Comments
With which editor? It works for me on macOS |
This is on Linux using neovim ("kitty nvim") |
I've also experienced this on Linux with Vim 9.1 and am currently working around it with a custom save command: " ... .vimrc ...
" Needed by Joplin when running as an external editor.
" If necessary, replace with an autocmd (https://stackoverflow.com/a/74757597)
nnoremap ,w :w<CR>:!touch %<CR> |
It works fine ! thank you !
Le ven. 21 juin 2024 à 16:12, Henry Heino ***@***.***> a
écrit :
… This is on Linux using neovim ("kitty nvim")
It did work in the past but it may be related to neovim as I've just
tested using gedit and xed and it works with these 2 editors.
I've also experienced this on Linux with Vim 9.1 and am currently working
around it with a custom save command:
" ... .vimrc ...
" Needed by Joplin when running as an external editor." If necessary, replace with an autocmd (https://stackoverflow.com/a/74757597)nnoremap ,w :w<CR>:!touch %<CR>
—
Reply to this email directly, view it on GitHub
<#10647 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH4BFCM3SLUD74TJUQWZ73DZIQYFJAVCNFSM6AAAAABJVPNZJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBSHAZTKMRZGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
I'm closing this for now — the issue is also being tracked by #10672. |
Operating system
Linux
Joplin version
3.0.10
Desktop version info
Joplin 3.0.10 (prod, linux)
Client ID: 1e18f520ee284e08b45db5b014b0aaed
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: 45f8e27
Backup: 1.4.1
Insert Date: 1.0.1
Current behaviour
Joplin does not take into account external editing
It used to work in the past,
Expected behaviour
Joplin should update notes when editing in external editor.
Logs
No response
The text was updated successfully, but these errors were encountered: