- Shortcuts for Readwise sync to Apple Notes
- Consists of (2) shortcuts - The API Request and the Response Processing (Both must be used)
- Based on the shortcuts mentioned in this Reddit Thread
- Main change is accounting for 26 results per request. Added nextPageCursor loop to get all results.
- Shortcuts (Both Required):
- Readwise API Call
- Readwise Response Processing and Note Creation (Use one or the other)
- This will consolidate multiple Apple notes into a single note. By default it searches for all notes with the "consolidate" tag. Feel free to change it.
- This will import Book Notes from Apple Notes into TheBrain App. It is very specific to my book notes format, so some tweaking will be required.
For Readwise Sync, if I added an additional highlight then resynced, it would always double up the highlights (edit, as in it readded all of them not just the new one). So I updated my version of the shortcut to always delete then recreate the note. Annoying that it always asks permission, so I wouldn't have an automated set time for this to run, but as this shouldn't happen often I think its an ok workaround.
Played with attempting an "if this dictionary value doesn't exist in the note, then add then append to note" but couldn't get it working for whatever reason.