-
Notifications
You must be signed in to change notification settings - Fork 453
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
edit() function to support builtin editor bypass, notes too #2672
Comments
Good idea. Draft for the new API:
For example to edit 3rd item's notes: I'm also changing the current behavior so that the external editor (if set) opens for edit notes instead of the internal one. |
Actually, disregard this. It would be inconsistent with the default edit shortcut (F2). But it would be possible to assign custom command to edit notes in the external editor. |
it would be useful to be able to force using the non-external editor with edit()
for example with an argument.
Also please consider implementing edit_note() to open an editor with the item note
The text was updated successfully, but these errors were encountered: