sankalpsharmaa67 downloadsSyncs today's Apple Reminders into your daily note's TODO section, with notes and priority indicators.
An Obsidian plugin for macOS that pulls today's Apple Reminders into your daily note's TODO section.
- [ ]) under the ## TODO heading in today's daily note!!! (high), !! (medium), ! (low)brew install keith/formulae/reminders-cli
Settings > Community Plugins > Browse > search "Apple Reminders Sync"
main.js and manifest.json from the latest release.obsidian/plugins/apple-reminders-sync/ in your vault| Setting | Default | Description |
|---|---|---|
| Sync interval | 5 min | How often to pull from Apple Reminders |
| Daily notes folder | daily-notes |
Folder containing your daily notes |
| Excluded lists | Groceries, Watch list, Wish List | Comma-separated lists to ignore |
reminders show-all --due-date today --format json## TODO section in today's daily note (<daily-notes-folder>/YYYY-MM-DD.md)Your daily note needs a ## TODO section. The plugin appends reminders at the end of it:
## TODO
- [ ] Existing task from yesterday
- [ ] Schedule dentist appointment !!!
- [ ] Submit grant application
- PEDL deadline March 31
Trigger a manual sync with the ribbon icon (checkmark) or via the command palette.
reminders-cli installed via Homebrew## TODO heading