flatnotes
flatnotes copied to clipboard
Allow saving without closing of the note
Currently, after clicking "save note", the view changes back to the note overview. For a user to continue editing of the same note, clicking "edit" is needed to go back to editing view.
Allowing the option to quick save the currently edited note without changing the view or closing of the note will help usability.
Originally referenced by @dullage in https://github.com/dullage/flatnotes/issues/59#issuecomment-1692809816
Thanks 👍. I'll have a think about this.
+1 for this!
+1
I've just merged a change into the develop branch that allows for notes to be saved without closing the note:
Additionally, I've added 2 new keyboard shortcuts available when editing a note:
CTRL-Enter - Save (without closing)
Escape - Close the note
If anyone wants to give this a go before release you can pull and run the dullage/flatnotes:develop image.
This change is now available in 5.2.0. 🚀