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

Relative Dates

munckenhmunckenh80 downloads

Relative, color-coded dates.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates10

A simple plugin for Obsidian that transforms date references in your task lists into color-coded elements that show relative dates.

Features

  • Converts date references in the format @ YYYY-MM-DD (with optional time HH:MM) into relative dates
  • Supports changing the default @ prefix through the plugin settings
  • Works in both Reading mode and Live Preview mode
  • Color-coded elements based on date proximity (overdue, today, tomorrow, this week, future)
  • Customizable colors through the plugin settings

Usage

Add dates in your task lists using the format:

  • @ 2025-08-12 for dates
  • @ 2025-08-12 14:30 for dates with time

The plugin will automatically convert these into easy-to-read elements such as:

Installation

  1. Go to the latest release.
  2. Download main.js, manifest.json, and styles.css from the release assets.
  3. Create this folder in your vault: .obsidian/plugins/obsidian-relative-dates
  4. Move the downloaded files into that folder.
  5. Enable the plugin in Obsidian.

Install from source

  1. Clone the repository to .obsidian/plugins/:
    git clone https://github.com/Munckenh/obsidian-relative-dates.git
    
  2. Install the dependencies and compile:
    npm install
    npm run build
    
  3. Enable the plugin in Obsidian.

Release

To release a new version of the plugin:

  1. Update the minAppVersion in manifest.json if the new release requires a higher minimum Obsidian version.
  2. Run npm version patch, npm version minor, or npm version major. This automatically updates the version correctly, creates a version commit, and adds the corresponding git tag.
  3. Push the commit and the new tag to GitHub:
    git push --follow-tags
    
  4. A GitHub Action will automatically run, build the plugin, and create a release draft containing the required binary attachments (manifest.json, main.js, styles.css).
  5. Go to the GitHub repository's Releases page, review the drafted release notes, and publish the release.

Scripts

To manage the plugin, you can use the following scripts:

  • Build the plugin by running npm run build or with live reload by running npm run dev.
  • Improve code quality (optional) by running npm run lint.
99%
HealthExcellent
ReviewPassed
About
Convert date references in task lists into color-coded relative date elements. Customize the prefix and colors to highlight overdue, today, tomorrow, this week, and future dates.
DatesTasksAppearance
Details
Current version
1.4.2
Last updated
Last week
Created
10 months ago
Updates
10 releases
Downloads
80
Compatible with
Obsidian 1.2.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
munckenhmunckenh
GitHubmunckenh
  1. Community
  2. Plugins
  3. Dates
  4. Relative Dates

Related plugins

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.

Reminder

Manage Markdown TODOs with reminder.

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).

Rollover Daily Todos

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

TODO | Text-based GTD

Collect all outstanding TODOs from your vault and presents them in lists Today, Scheduled, Inbox and Someday/Maybe.

Pomodoro Timer

Manage your daily focus using the Pomodoro Technique.

Minimal Theme Settings

Control the colors and fonts in Minimal Theme.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

TaskNotes

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