From v10.0.0, when editing a note name, pressing [Return] splits the note into two notes if the insertion point is not at the start or the end of the note.
Return key + input cursor at neither start nor end of title
If the insertion point is neither at the start nor the end of the note, pressing Return (↩) splits the note in two:
- The portion of the note title to the left of the insertion point, trimmed of leading and trailing whitespace, becomes the title of the edited note.
- Any children of the starting note are retained by that note.
- The portion of the note title to the right of the insertion point, trimmed of leading and trailing whitespace, becomes the title of a new note. The new note is placed beneath the current note if space is available. If a note already occupies the space beneath the current note, a vacant location is sought below and to the right of the current note.
- The new note has no text ($Text).
The result is this feature is to leave the focus on the new note, but not in title edit mode.