Reminder

by uphy
5
4
3
2
1
Score: 68/100

Description

Category: Task Management

The Reminder plugin is a simple yet effective tool for Obsidian users who want to stay on top of their tasks and deadlines. This plugin allows you to create customizable reminders for specific notes or pages, ensuring that you never miss an important piece of information again. Whether it's a meeting, a task, or a critical update, the Reminder plugin will alert you at the designated time, helping you prioritize your work and stay organized. With this plugin, you can focus on what matters most - creating valuable content without worrying about missing crucial details.

Reviews

No reviews yet.

Stats

640
stars
285,958
downloads
53
forks
1,716
days
275
days
277
days
54
total PRs
9
open PRs
9
closed PRs
36
merged PRs
198
total issues
127
open issues
71
closed issues
20
commits

Latest Version

9 months ago

Changelog

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/uphy/obsidian-reminder/compare/1.1.20...1.1.21


Overview

A minor release focusing on calendar configurability, UI accessibility, and text wrapping improvements, along with a small internal fix to weekend calculation and engine metadata.

Changes

Features

  • Calendar week-start configuration
    • New setting “Week start” allowing users to choose the first day of the week.
    • Calendar rendering, navigation, and printed calendar string now respect the configured starting weekday.
    • UI column headers in the calendar dynamically reflect the chosen start day.

Fixes

  • Correct weekend/holiday detection
    • Day.isHoliday now computes weekend days based on the configured locale first day-of-week instead of hardcoding Sunday/Saturday.
  • UI text overflow and accessibility
    • Prevent reminder text overflow via improved wrapping (word-break: break-word; text-wrap: pretty) in IconText.svelte.
    • Improve screen reader support by adding aria-labels to the reminder title and file button.

README file from

Github

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

  • Notification in mobile (Android/iOS)
    • System notification in mobile device is not available because Obsidian doesn't provide the feature.

Support

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Apple Reminders
5 years ago by Rishi Raval
A plugin to attempt to bring Apple Reminders into Obsidian.
Checkbox Reorder
3 years ago by Ivan Knöfler
Clear Todos
a year ago by Joshua Gawenda
An Obsidian Plugin to clear todos that are done
Create Task
2 years ago by Simon Knittel
Create tasks faster from anywhere.
Extended Task Lists
2 years ago by joeriddles
Extended Markdown support for task lists in Obsidian.
GChat Reminder
2 years ago by Anil Erdogan
Nested Daily Todos
2 years ago by Thomas Brezinski
A plugin for Obsidian will parse previous Daily Notes for incomplete todos and add them to today's Daily Note. It supports grouping the todos by section and supports alternative checkbox states and nested todos.
Obligator
3 years ago by Dimitar Dimitrov
A fully featured replacement for the built-in daily notes plugin. Obligator functions like a virtual bullet journal by copying over unchecked to-do items to your new daily note, along with adding any scheduled items you've set up
Old Note Admonitor
3 years ago by tadashi-aikawa
Overdue
4 years ago by Peter Parente
Obsidian plugin that marks items as [[Overdue]] if they are not checked off by their due date
Prologue
6 months ago by joshavanier
notes & reminders on obsidian tabs
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Review
6 years ago by ryanjamurphy
Add the current note to a future daily note to remember to review it.
Rollover Daily Todos
5 years ago by Matt Sessions
An obsidian plugin that rolls over todo items from the previous daily note
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Task Board
a year ago by Atmanand Gauns
An Obsidian plugin to view and manage your tasks from whole vault using much efficient boards using various methodologies.
TODO Highlighter
a year ago by Nuraly Dyussenov
Obsidian Plugin that formats the exact string TODO, so it can be easily seen in your notes.
Todo sort
3 years ago by Ryan Gomba
A plugin for Obsidian that sorts todos within a note
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
TODO | Text-based GTD
5 years ago by Lars Lockefeer
Todo.txt Codeblocks
3 years ago by Benjamin Nguyen
Manage your tasks inside Obsidian codeblocks according to the Todo.txt specification.
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Week Planner
4 years ago by Ralf Wirdemann