Reminder plugin for Obsidian. This plugin adds feature to manage markdown TODOs with reminder.
You can set reminders for TODO list items with the following format.
- [ ] This is a sample task with reminder (@2021-08-14)
- [ ] Also you can specify time (@2021-08-14 09:37)
- [x] You will not be notified about the reminders you have already checked. (@2021-08-14)
You can view the list of reminders contained in all files.
If you click the reminder list item, the source markdown file will be appeared.
Reminder will be notified on Obsidian when the time comes.
If you click Mark as Done
, your check list item will be checked.
Alternatively, you can postpone the reminder by selecting Remind Me Later
.
In addition to original format @YYYY-MM-DD
, this plugin also supports following plugin formats.
- Obsidian Tasks (e.g.
đź“… 2021-05-02
) - Kanban (e.g.
@{YYYY-MM-DD}
)
- Notification in mobile (Android/iOS)
- System notification in mobile device is not available because Obsidian doesn't provide the feature.