Stanley Cheung907 downloadsAutomatically add Created and Updated dates to new and edited Markdown notes. Zero setup, no manual date tracking.
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.

AutoDater writes dates into YAML frontmatter when you create or edit a note:
---
Created: 2026-08-01
Updated: 2026-08-01
---
Created when a new note has no existing value for that propertyUpdated when you edit a noteCreated valuesDefaults:
CreatedUpdatedYYYY-MM-DDYou 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:
Templates folder.Date formats:
YYYY-MM-DD — date only (default)DD-MM-YYYY — date onlyMM-DD-YYYY — date onlyYYYY-MM-DD HH:MMProperty names:
Updated and updated are treated as the same property; modified is a separate property.Obsidian property types:
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).Updated, but does not add a missing Created value.Created records the date AutoDater first sees a new note without an existing Created property.npm install
npm run build
See GitHub Releases for version history.