You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an option which will automatically detect when a compatible external editor has exited and finalize the updates automatically without further user interaction.
vim/gvim for instance provides the -f flag to support this type of behavior. It is quite likely other editors can be configured in a similar manner. Allowing the option of enabling this sort of check will streamline the user experience somewhat as far as external editing is concerned.
-f Foreground. For the GUI version, Vim will not fork and
detach from the shell it was started in. On the Amiga, Vim
is not restarted to open a new window. This option should
be used when Vim is executed by a program that will wait
for the edit session to finish (e.g. mail). On the Amiga
the ":sh" and ":!" commands will not work.
The text was updated successfully, but these errors were encountered:
What would be the benefit of this option? Currently if you open a note in an external editor and close it, you go back to Joplin and you can switch notes, keep editing the note, etc. There's nothing blocking, so I'm wondering what would be the goal of this feature?
I had noticed that the icon changes to a "waiting" state when I open the editor, but doesn't notice when I closed it unless I click it again. I was worried that if I forgot to turn it back off or went back to editing the contents of the note directly something might not save or end up getting out of sync. (I tend to only use an external editor for more complex replacements or reformatting.) If this isn't the case, then I apologize for my confusion, and you can simply close this issue. Thanks
Operating system
Application
Request
Provide an option which will automatically detect when a compatible external editor has exited and finalize the updates automatically without further user interaction.
vim/gvim for instance provides the
-f
flag to support this type of behavior. It is quite likely other editors can be configured in a similar manner. Allowing the option of enabling this sort of check will streamline the user experience somewhat as far as external editing is concerned.The text was updated successfully, but these errors were encountered: