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.
What's Changed
Other Changes
- Added support for week start configuration by @Raulvalverdeleal in https://github.com/uphy/obsidian-reminder/pull/238
- Prevent UI text overflow by @uphy in https://github.com/uphy/obsidian-reminder/pull/244
New Contributors
- @Raulvalverdeleal made their first contribution in https://github.com/uphy/obsidian-reminder/pull/238
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.