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

AutoDater

Stanley CheungStanley Cheung198 downloads

Automatically add Created and Updated dates to new and edited Markdown notes. Zero setup, no manual date tracking.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

Automatically add Created and Updated dates to new and edited Markdown notes. Zero setup, no manual date tracking.

Requires Obsidian 1.13.0 or later.

Obsidian Properties showing automatic Created and Updated dates

What it does

After you create and edit a note, its YAML frontmatter looks like this:

---
Created: 2026-08-01
Updated: 2026-08-01
---

When you edit a note, AutoDater adds or updates its Updated date.

  • Preserves existing Created values
  • Processes Markdown notes only
  • Stores dates inside the note, so they travel with the file when frontmatter is preserved
  • Waits six seconds after editing before updating frontmatter
  • Works without templates or configuration

Install

  1. Open Settings → Community Plugins.
  2. Click Browse and search for AutoDater.
  3. Install and enable it.

Settings

AutoDater uses Created, Updated, and YYYY-MM-DD by default. You can customize the property names and choose date-only (YYYY-MM-DD, DD-MM-YYYY, or MM-DD-YYYY), local date-time, or ISO 8601 date-time formats. On Obsidian 1.13.0 and later, these settings also appear in the global settings search.

Changing a property name affects future writes only. Existing frontmatter properties are not renamed automatically.

Property names are matched case-insensitively when updating existing fields. For example, Updated and updated are treated as the same property, while a different name such as modified creates a separate property.

Important behavior

  • Existing notes are not backfilled when you enable AutoDater.
  • Editing an existing note adds or updates Updated, but does not add a missing Created value.
  • Created records the date AutoDater first sees a new note without an existing Created property.

Development

npm install
npm run build

See GitHub Releases for version history.

HealthExcellent
ReviewPassed
About
AutoDater automatically adds Created and Updated dates to your Obsidian Markdown notes, keeping note history in frontmatter so it stays with the file. It works without templates or setup, preserves existing properties, and supports customizable property names and date formats.
DatesPropertiesAutomation
Details
Current version
2.1.1
Last updated
7 hours ago
Created
Last year
Updates
6 releases
Downloads
198
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
GPL-3.0
Report bugRequest featureReport plugin
Sponsor
Support
Author
Stanley CheungStanley Cheungcheuyin
GitHubcheuyin
  1. Community
  2. Plugins
  3. Dates
  4. AutoDater

Related plugins

Update modified date

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

MetaEdit

Manage your metadata.

Rollover Daily Todos

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

Vault Changelog

Maintain a changelog of recently edited notes.

Fold Properties By Default

Always have editor/metadata properties folded by default

Day and Night

Automatically toggle themes between day theme and night theme on a set time schedule.

BRAT

Easily install a beta version of a plugin for testing.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Advanced URI

Control everything with URI.

Meta Bind

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