Back
gh

uphy/obsidian-reminder: Reminder plugin for Obsidian

Reminder plugin for Obsidian. Contribute to uphy/obsidian-reminder development by creating an account on GitHub.

by uphy github.com 172 words
View original

Obsidian Reminder Plugin

Reminder plugin for Obsidian. This plugin adds feature to manage markdown TODOs with reminder.

Features

Set Reminders

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)

List Reminders

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 Notification

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.

Interoperability with other plugins

In addition to original format @YYYY-MM-DD, this plugin also supports following plugin formats.

Guide

https://uphy.github.io/obsidian-reminder/

FAQ