Skip to content
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

Open
jr1234567 opened this issue Jun 21, 2024 · 4 comments
Open

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

jr1234567 opened this issue Jun 21, 2024 · 4 comments
Labels
bug It's a bug

Comments

@jr1234567
Copy link

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

@jr1234567 jr1234567 added the bug It's a bug label Jun 21, 2024
@laurent22
Copy link
Owner

With which editor? It works for me on macOS

@jr1234567
Copy link
Author

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
Copy link
Collaborator

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
Copy link
Author

jr1234567 commented Jun 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

3 participants