I love Shortcuts but I always misunderstand Shortcuts the app with the keyboard shortcuts and that’s mildly infuriating.
- Each note item (Repeat Item) is an object containing several properties. Unfortunately, the note identifier is not directly exposed but you can access the note’s link. Within the link, you can easily get the
id by deletingbear://x-callback-url/open-note?id=
-
You are right but considering 2. and how to get the note id, you might want to look at Bear’s /add-text XURL with
mode=replace. Unfortunately, this requires some URL encoding and string composing. -
XURL’s /open-note comes with a
selectedparameter for having the currently opened note. Mind this requires the use of the API token.
