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

Readable Date Links

Alexey AlekhinAlexey Alekhin49 downloads

Display dates in a readable format without any changes to the content

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

CodeQL GitHub Advanced Security

Keep your daily-note filenames as plain YYYY-MM-DD (sortable, unambiguous, easy to link) while displaying links to them as human-readable dates:

Discussed on 2026-07-07

Becomes:

Discussed on Tuesday, Jul 7, 2026

Strictly cosmetic. The plugin never renames files, never writes frontmatter or aliases, never changes note content. Turn it off and nothing has changed.

Demo

Typing a daily-note link that renders as a readable date

What it does

  • Live preview: bare date links ([[2026-07-07]]) render as the formatted date while you edit. Moving the cursor into the link reveals the raw text, just like live preview does with brackets. Clicking the formatted date opens the note as usual.
  • Reading view: the same links render as the formatted date.

Links with an explicit alias ([[2026-07-07|that meeting]]) and links with subpaths ([[2026-07-07#Notes]]) are never touched: you already chose their display text.

Settings

  • Filename pattern: the moment format your daily-note names follow (default YYYY-MM-DD). Parsing is strict: 2026-02-30 or 2026-7-7 won't match.
  • Display format: how matching links are rendered (default dddd, MMM D, YYYY), with a live preview of today's note in the settings tab.
  • Relative labels: optionally show Today, Yesterday, Tomorrow for the adjacent days.
  • Folder: limit the transformation to one folder (subfolders included), e.g. your daily-notes folder. Empty means the whole vault.
  • Per-context toggles: live preview and reading view can be enabled independently.

Scope and limitations

File explorer, tab headers, quick switcher, search results, graph view and the inline title still show the raw filename. Reaching those contexts requires monkey-patching Obsidian's internal views, a private-API hack that breaks across updates and is the main source of risk flags in plugins that do it. This plugin only uses public APIs (a CodeMirror editor extension and a Markdown post-processor), so those contexts are out of scope by design.

Link text is where readability matters most: that's where dates appear mid-sentence in your prose. If Obsidian ships a public display-name API for the other contexts, this plugin will be able to support it as well.

Related plugins

  • Human Readable Dates displays dates as relative phrases ("5 mins ago", "In 3 days", "Last week") that keep shifting as time passes, in live preview only.
    • This plugin instead renders a fixed, fully configurable date and works in reading view as well as live preview.
    • The overlap is the optional relative labels, which are deliberately limited to Today / Yesterday / Tomorrow: anything further away stays an exact date instead of becoming a vague "2 weeks ago".
  • Relative Dates is in the same relative-phrases family as Human Readable Dates for @-date format, with color coding.
  • Natural Language Dates is complementary rather than overlapping: it helps you insert date links by typing things like @today.
    • This plugin makes those links pleasant to read afterwards.

Manual installation

It is recommended to install this plugin via the Community Plugins browser, but you can also install it manually:

Download main.js and manifest.json from the latest release into <vault>/.obsidian/plugins/readable-date-links/, then enable it in Settings → Community plugins. Or install via BRAT.

Development

npm install
npm test        # unit tests for the date logic
npm run test:e2e # end-to-end tests in a real Obsidian instance, desktop and mobile-emulated
npm run build    # typecheck + production build

The date/pattern logic lives in src/readable.ts, an Obsidian-free module with unit tests. The two UI integrations are thin wrappers around it.

End-to-end tests (test/specs) run via wdio-obsidian-service against a real, freshly-downloaded Obsidian instance — no mocking. Each spec runs twice: once as normal desktop Obsidian, once with app.emulateMobile(true) on, so mobile-UI regressions are caught without needing a phone or emulator. Both run in CI on every push. This doesn't cover the real mobile app's Capacitor runtime (only public CM6/markdown-postprocessor APIs are used here, so the risk is low), but if that ever matters, wdio-obsidian-service also supports testing the real Obsidian Android app via Appium — see its README.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Render bare [[2026-06-07]] links as human-readable dates (e.g., Sunday, Jun 7, 2026) in live preview and reading view while keeping filenames unchanged. Purely cosmetic: preserve file contents, frontmatter, and aliases. Configurable and non-intrusive.
DatesFormattingInterface
Details
Current version
0.1.6
Last updated
3 weeks ago
Created
3 weeks ago
Updates
7 releases
Downloads
49
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Alexey AlekhinAlexey Alekhinlaughedelic
GitHublaughedelic
Xlaughedelic
  1. Community
  2. Plugins
  3. Dates
  4. Readable Date Links

Related plugins

Hider

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

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

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

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Admonition

Admonition block-styled content.

Note Toolbar

Add customizable toolbars to your notes.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Full Calendar Remastered

Complete Calendar HUB experience. Work with all your calendars in one place. Analyze your time and take action!