https://github.com/uphy/obsidian-reminder
Reminder plugin for Obsidian
https://github.com/uphy/obsidian-reminder
obsidian-plugin
Last synced: 4 months ago
JSON representation
Reminder plugin for Obsidian
- Host: GitHub
- URL: https://github.com/uphy/obsidian-reminder
- Owner: uphy
- License: mit
- Created: 2021-08-04T06:35:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-03T07:57:43.000Z (11 months ago)
- Last Synced: 2025-08-03T08:27:26.961Z (11 months ago)
- Topics: obsidian-plugin
- Language: TypeScript
- Homepage: https://uphy.github.io/obsidian-reminder/
- Size: 3.87 MB
- Stars: 558
- Watchers: 4
- Forks: 44
- Open Issues: 119
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Obsidian Reminder Plugin
[Reminder plugin](https://uphy.github.io/obsidian-reminder/) for Obsidian. This plugin adds feature to manage markdown TODOs with reminder.
### Features
#### Set Reminders
You can [set reminders](https://uphy.github.io/obsidian-reminder/guide/set-reminders.html) for TODO list items with the following format.
```markdown
- [ ] 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)
```

#### List Reminders
You can [view the list of reminders](https://uphy.github.io/obsidian-reminder/guide/list-reminders.html) contained in all files.

If you click the reminder list item, the source markdown file will be appeared.
#### Reminder Notification
Reminder will be [notified](https://uphy.github.io/obsidian-reminder/guide/notification.html) 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`.

#### Interoperability with other plugins
In addition to original format `@YYYY-MM-DD`, this plugin also supports following plugin formats.
- [Obsidian Tasks](https://uphy.github.io/obsidian-reminder/guide/interop-tasks.html) (e.g. `📅 2021-05-02`)
- [Kanban](https://uphy.github.io/obsidian-reminder/guide/interop-kanban.html) (e.g. `@{YYYY-MM-DD}`)
### Guide
https://uphy.github.io/obsidian-reminder/
### FAQ
- Notification in mobile (Android/iOS)
- System notification in mobile device is not available because Obsidian doesn't provide the feature.
### Support
