NotePlan
NotePlan
Mar 18

Add parameter to put cursor at the end of the note on /addNote, or change the default behavior

Calling `noteplan://x-callback-url/addNote?noteTitle=New%20Note&openNote=yes` creates a new note but put the cursor at the beginning, before the title. The cursor should be **at the end**, so you are ready to type the body. Add a parameter to put the cursor at the end (`cursorEnd=yes`), or make it the default behavior of /addNote. (Please don't take 2 years to act on this)
CompletedCompleted

Mar 22, 2023

Added `highlightStart` and `highlightLength` as parameters for openNote and for addNote. Example: `noteplan://x-callback-url/addNote?noteTitle=New%20Note&openNote=yes&highlightStart=9999&highlightLength=0`, use `9999` or something high in general so it jumps to the last character.

Mar 22, 2023

Eduard Metzger: Thank you very much

Mar 21, 2023

If you do add this, please make it a setting as I expect different behavior. In most every note I create, I use a template and use `<% $NP_CURSOR %>`to determine where I want the cursor