The note still focuses the title, but with Esc or Enter, goes to the cursor position. I want it to skip the title entirely without the need for an extra keypress.
Adding <%_* setTimeout(() => { app.workspace.activeLeaf.view.editor.focus(); }, 250); -%> at the end of the template works, but that’s yucky and there must be a better solution.
Edit: The same folk from Discord that proposed the above, came in with the solution a while later: