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 Cheung907 downloads

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

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

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

AutoDater writes dates into YAML frontmatter when you create or edit a note:

---
Created: 2026-08-01
Updated: 2026-08-01
---
  • Adds Created when a new note has no existing value for that property
  • Updates Updated when you edit a note
  • 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
  • Can exclude folders (for example, a Templates folder) so AutoDater leaves them untouched

Install

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

Settings

Defaults:

  • Created property: Created
  • Updated property: Updated
  • Date format: YYYY-MM-DD
  • Excluded folders: none

You can customize property names and date format in Settings → AutoDater. On Obsidian 1.13.0 and later, these settings also appear in the global settings search.

Excluded folders:

  • Add folders you want AutoDater to skip, such as a Templates folder.
  • AutoDater will not add or update dates in any note inside an excluded folder, including its subfolders.
  • Use Add folder to enter a folder path, then remove entries with the delete button.

Date formats:

  • YYYY-MM-DD — date only (default)
  • DD-MM-YYYY — date only
  • MM-DD-YYYY — date only
  • Local date and time — YYYY-MM-DD HH:MM
  • ISO 8601 — full ISO date-time string

Property names:

  • Changing a property name affects future writes only. Existing frontmatter properties are not renamed automatically.
  • Names are matched case-insensitively when updating existing fields. For example, Updated and updated are treated as the same property; modified is a separate property.

Obsidian property types:

  • If you use DD-MM-YYYY or MM-DD-YYYY, set the property type to Text in Obsidian. The Date property type expects YYYY-MM-DD and may misread other formats (for example, 02-08-2026 as 2002-08-20).

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.2.0
Last updated
Last month
Created
Last year
Updates
7 releases
Downloads
907
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.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Homepage

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

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

BRAT

Easily install a beta version of a plugin for testing.

Advanced URI

Control everything with URI.

Meta Bind

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

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)