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)
Completed
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.