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

Dated

spwxspwx3 downloads

Writes created and modified date-times into the frontmatter of notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Writes created and modified date-times into the front matter of your notes, so they survive syncing, copying and git checkouts that reset file timestamps.

---
created: 2026-09-19 16:45
modified: 2026-09-19 17:02
---

Behaviour

  • New notes get both created and modified, set to the current time.
  • Edited notes get modified updated once you stop typing for 5 seconds, so the file isn't rewritten under the cursor on every keystroke. A missing created is filled in at the same time, from the file system's created time. An existing created is never changed.
  • Arriving files: writes in the first 2 seconds after a file appears (such as a copy finishing) don't count as edits.
  • Templates: notes inside the core Templates plugin's folder are left alone, so their stamps don't leak into notes made from them.
  • Only Markdown notes are touched. The format is YYYY-MM-DD HH:mm in local time.

Notes that already exist when you install the plugin aren't stamped until you edit them, or until you run the command below on them.

Commands

  • Dated: Add timestamps: adds created and modified to the current note if it lacks either, taken from the file system's created and modified times. Existing values are kept.

Installation

Manually: download main.js and manifest.json from the latest release into <vault>/.obsidian/plugins/dated/, then enable the plugin under Settings → Community plugins.

Development

The source is src/main.js. esbuild bundles it into the main.js that ships, which is why main.js is not in the repo.

npm ci        # install
npm run dev   # rebuild on change
npm run build # production build

Releasing

Run the release script with the new version (no v), from a clean main:

npm run release -- 1.3.0          # bump, build, commit, tag
npm run release -- 1.3.0 --push   # ...and push main and the tag

It bumps version in manifest.json (and matches package.json to it), adds the same version to versions.json mapped to the manifest's minAppVersion, runs the production build, then commits and tags. The commit message opens in $EDITOR prefilled with Bump to <version> so the body can describe what changed; --no-edit keeps just that line. It refuses to run on a dirty tree, off main, when main and origin/main have diverged, or when the version is not newer than the current one.

Nothing else needs editing by hand — don't set version in manifest.json, package.json or versions.json yourself, or the script's checks lose their meaning.

Pushing the tag starts the Release workflow, which builds from source, checks the tag against manifest.json and versions.json, attests main.js and manifest.json, and publishes the GitHub release.

That's the whole update process. Obsidian picks up new GitHub releases by itself, so there is nothing to submit or edit anywhere else — the community directory is a one-time submission (see below).

Raising the minimum Obsidian version

The release script copies minAppVersion out of manifest.json as it is, so edit that field before running it:

# edit minAppVersion in manifest.json, commit, then:
npm run release -- 1.3.0

versions.json is what keeps older Obsidian installs working: it maps each released plugin version to the minAppVersion that release shipped with, so a user on an older Obsidian is offered the newest release that still supports them, instead of nothing. Old entries are history — never rewrite or prune them.

Listing in the community directory (one-time)

Only needed once, for the first public release; updates after that are automatic.

  1. Push a release, so main.js and manifest.json are attached to a GitHub release.
  2. Submit the plugin at community.obsidian.md, signing in and linking this GitHub repo.
  3. Fix anything the automated review flags, then wait for a maintainer.

The directory reads manifest.json from the HEAD of the default branch, not from the release. So if id, name, description or author ever change, push that to main — a release alone won't update the listing.

License

MIT

HealthExcellent
ReviewPassed
About
Write created and modified date-times into note front matter to preserve timestamps across syncing, copying, and git checkouts that reset file timestamps. Update modified after 5 seconds of inactivity, fill a missing created from the file system's created time, and skip notes in the Templates folder and non‑Markdown files.
DatesPropertiesSyncing
Details
Current version
1.2.2
Last updated
11 hours ago
Created
12 hours ago
Updates
3 releases
Downloads
3
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
spwxspwx
GitHubspwx
  1. Community
  2. Plugins
  3. Dates
  4. Dated

Related plugins

Update modified date

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

Time Things

Show a clock in the corner. Track the total editing time of a note and the last time it was modified.

Advanced Canvas

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

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Meta Bind

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

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Thino

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

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.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).