Reminder Sync is designed to be used with Obsidian and the Tasks Plugin configured to use the Emoji task format.
Additionally Reminder Sync works with any notes application that stores notes as Markdown files and represents tasks as a list item beginning with a checkbox. Note that metadata extraction would still require the emoji task format from Obsidian, even if using an alternative notes app.
Install Reminder Sync for Obsidian from the App Store.
On first launch, follow the setup wizard to configure access to Reminders, your Vault Directory and the Reminder List you would like to use.
Once you have granted Reminders access, configured your Vault Location, and selected a Reminder list, click Next to continue setup.
To begin syncing your tasks turn on the Enable Syncing toggle:
To configure Reminder Sync after initial setup is complete, click the icon in the menu bar and select settings:
When you create a Reminder in the synced list with Reminders.app a Task will be created in the root of your Obsidian Vault in a note named 'Reminder Sync Inbox.md'.
The name and location of the inbox note can be configured in the settings menu: click the inbox name to set a new location.
Name | Description |
---|---|
Sync Frequency | How often your Obsidian Vault is checked for Tasks. |
Enable Syncing | Turn on to Sync your Tasks at the selected Sync Frequency. |
Allow Deletes | Controls behaviour when deleting a Reminder from your Synced list: if enabled when a Reminder is deleted the synced Task is also deleted from your Vault. |
Skip Kanban | If using with the Kanban Plugin, enable to exclude Kanban notes from syncs. |
Global Task Filter | Enable to set a global task filter for which Tasks are synced to Reminders. |
Add Completion Date | If enabled the completion date will be added to the source Task when completing a synced Reminder. |
Filter Text | The filter text used by the Global Task Filter. E.g. if set to #task only Tasks containing the text #task will be synced to Reminders. |
Due Tasks Only | If enabled, only Tasks from your Obsidian Vault with a due date component are synced to your Reminders. |
Smart Reminders | Create additional alerts from the Reminders app based on Task priority and due date. |
Launch at Login | Runs Reminder Sync for Obsidian when you login. |
Vault Location | Click to select a new Obsidian Vault location. |
Inbox Name | Click to change the Note that new Reminders are synced to in your Vault. |
Reminder List | The Reminder list you would like to sync Obsidian Tasks to. |
Configuration changes apply to future syncs only. To reset the synced Reminder list and rescan with the new settings click Clear Cache.
To rescan your entire Vault and rebuild your Reminder list press the Clear Cache button in the Settings menu.
To reset all configuration options press the Factory Reset button in the Settings menu. Reconfigure Reminder Sync in the Settings menu or quit and relaunch to restart the Setup wizard.
If the App fails to start, delete all cached data and settings manually.
Open Finder:
Open Terminal.app and paste the following command:
log show --info --debug --last 24h --predicate '(subsystem == "uk.co.turquoisehexagon.ReminderSync")'
Open Terminal.app and paste the following command:
log show --last 24h --predicate '(subsystem == "uk.co.turquoisehexagon.ReminderSync")' >> ~/reminder-sync-error.log
The error log file 'reminder-sync-error.log' will be created in your home directory, and can be shared with the developer.
Email remindersyncï¼ turquoisehexagon.co.uk for further support, attaching the error log as described above if possible.