Visual indication that note title is being edited

When user focuses on the note title in the note pane’s toolbar, the only visual indication is a blinking cursor. An outline/border or a background color may help.

In css, this is [contenteditable]:focus.

1 Like

That’s a good idea.

Also, new (and therefore empty) notes should always be opened in edit mode. Or maybe even anything that does not contain markdown. I.e. as long as a note is plain text without any markdown formatting, it should be opened in edit mode, since it makes no difference whether it is shown in view mode or edit mode anyway.

I also wonder whether the default mode of individual pages can be stored/fixed. There are pages that I nearly always want to open in view mode, and others that I nearly always want to edit.

2 Likes