laurent22 / joplin

Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
https://joplinapp.org
Other
44.97k stars 4.89k forks source link

Joplin does not update notes when using an external editor #10647

Closed jr1234567 closed 1 month ago

jr1234567 commented 2 months ago

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

laurent22 commented 2 months ago

With which editor? It works for me on macOS

jr1234567 commented 2 months ago

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.

personalizedrefrigerator commented 2 months ago

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>
jr1234567 commented 2 months ago

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:!touch %

— Reply to this email directly, view it on GitHub https://github.com/laurent22/joplin/issues/10647#issuecomment-2182835296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4BFCM3SLUD74TJUQWZ73DZIQYFJAVCNFSM6AAAAABJVPNZJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBSHAZTKMRZGY . You are receiving this because you authored the thread.Message ID: @.***>

github-actions[bot] commented 1 month ago

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.

personalizedrefrigerator commented 1 month ago

I'm closing this for now — the issue is also being tracked by https://github.com/laurent22/joplin/issues/10672.