Use case or problem
When a new note is created in obsidian, the filename field is initially focused. After typing in the filename, any action that would move the cursor down moves the focus to the notes content. However, you cannot return to the filename field by navigating back up (You have to use F2). That seems very counter-intuitive to me: the filename behaves as a part of the page flow, but only in a single direction, unlike any other element.
Proposed solution
Moving the cursor above the note’s first line should move the cursor to focus the filename. Navigating all the way to the top (Ctrl + Home) should probably stop at line 1 though.
Current workaround (optional)
Pressing F2 ain’t terrible but I find myself wondering about this quirk quite often when I mess up the file name…
I couldn’t find an existing topic about this, but apologize in advance if one exists!