Pressing tab button in title should jump to textarea

Hi Takuya,

currently when creating a new Note you are immediately positioned in the title input which is great. When pressing tab however, it jumps to all the fields and buttons below the title.

I think it would be more intuitive to jump directly to the text area when pressing tab in the title input :slight_smile:

Hi @SDO ,

Thanks for the feedback.
You can just press Down-Arrow to jump to the note body (when the cursor is at the end of the title).
If you’d prefer Tab for jumping to the body, try the following keymap:

".editor-title-bar-input input": {
  "tab": "editor:focus"
}

Also, have you tried Enter? It jumps to the tag input from the title bar, then to the editor by pressing it again.
My workflow is typically:

  1. create a note
  2. set tags if necessary
  3. write the note body

So, I don’t know if the Tab key should be assigned to editor:focus at the moment, as it lets you change note statuses.

Hope it helps!

Wow, didn’t ever think of pressing enter :joy: Works just fine that way, thanks :smiley:

1 Like