Additional Shortcut Actions I would like!

I love Shortcuts but I always misunderstand Shortcuts the app with the keyboard shortcuts and that’s mildly infuriating.

  1. 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 deleting bear://x-callback-url/open-note?id=

  1. 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.

  2. XURL’s /open-note comes with a selected parameter for having the currently opened note. Mind this requires the use of the API token.

1 Like