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

Closed
jr1234567 opened this issue Jun 21, 2024 · 6 comments
Closed

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

jr1234567 opened this issue Jun 21, 2024 · 6 comments
Labels
bug It's a bug stale An issue that hasn't been active for a while...

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

Copy link
Contributor

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.

@github-actions github-actions bot added the stale An issue that hasn't been active for a while... label Jul 21, 2024
@personalizedrefrigerator
Copy link
Collaborator

I'm closing this for now — the issue is also being tracked by #10672.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug stale An issue that hasn't been active for a while...
Projects
None yet
Development

No branches or pull requests

3 participants