Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Reminder

uphyuphy302k downloads

Manage Markdown TODOs with reminder.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates37

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.

  • Obsidian Tasks (e.g. 📅 2021-05-02)
  • Kanban (e.g. @{YYYY-MM-DD})

If you use the Natural Language Dates plugin, see the guide for how to avoid the @ autocompletion conflict.

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.

Development

Requires mise (which provides the pinned Node.js version), or Node.js 22 with plain npm.

mise run main:init      # install dependencies
mise run dev            # watch build; rebuilds on every save
mise run main:test      # run the test suite
mise run main:lint:fix  # eslint --fix + tsc --noEmit + svelte-check

To try your changes in a real vault, symlink this repository into the vault's plugin directory and install the hot-reload plugin:

ln -s /path/to/obsidian-reminder /path/to/vault/.obsidian/plugins/obsidian-reminder-plugin

With mise run dev running, every save rebuilds the plugin and hot-reload reloads it in Obsidian automatically. See CLAUDE.md for an overview of the codebase and the release flow.

Support

HealthExcellent
ReviewCaution
About
Set reminders on Markdown TODO items using @YYYY-MM-DD or @YYYY-MM-DD HH:MM to schedule alerts. View a cross-file reminder list, open source notes from items, and receive Obsidian notifications with options to mark done or snooze. Support Obsidian Tasks and Kanban date formats.
TasksDatesIntegrations
Details
Current version
1.3.2
Last updated
Last week
Created
5 years ago
Updates
37 releases
Downloads
302k
Compatible with
Obsidian 1.0.3+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
uphyuphy
obsidian.md/about
GitHubuphy
  1. Community
  2. Plugins
  3. Tasks
  4. Reminder

Related plugins

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Day Planner OG

Day planning from a simple task list in a Markdown note (bare bones, preserves the features and behavior of the original plugin).

Todoist Sync

Materialize Todoist tasks within your notes.

Rollover Daily Todos

Rollover any unchecked checkboxes from your last daily note into today's note.

TickTickSync

Sync TickTick tasks.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

BRAT

Easily install a beta version of a plugin for testing.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.