BTW I suspect you can probably already do something like this using an app like WidgetSmith, and our x-callback URLs. Probably just fill in the url to open a note by title.
Eg. agenda://x-callback-url/open-note?title=Meeting%20With%20Peta
Naturally, a real widget would be better.
A quick intro to x-callback-urls
The URL scheme is agenda or agenda-notes
Commands currently include on-the-agenda, today, open-project, etc. See below for a complete list.
For “open-project” and “open-note”, you can stipulate the target using a title parameter.
As usual, you can supply callback URLs via optional x-success and x-error parameters.
For example, to open Agenda to a note called “Meeting With Peta”, you could use this URL:
agenda://x-callback-url/open-note?title=Meeting%20With%2…
1 Like