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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Update Time

dsebastiendsebastien3k downloads

Update front matter to include creation and last update times

Add to Obsidian
  • Overview
  • Scorecard
  • Updates13

Automatically update front matter to include creation and last update times.

This Obsidian plugin keeps the created and updated front-matter properties of your notes in sync with the file's actual creation (ctime) and modification (mtime) timestamps. Once installed and enabled, it runs in the background — no commands to click, no manual housekeeping.

This plugin is a simplified reimplementation of the update-time-on-edit plugin. It was originally created to work around the fact that the original plugin did not integrate well with Obsidian Publish (see beaussan/update-time-on-edit-obsidian#75).

Features

  • Automatic — front matter updates happen whenever a note is modified (from Obsidian or from external tools).
  • Accurate — values come from the file's underlying ctime and mtime.
  • Respects existing values — created is never overwritten; updated is debounced (MINUTES_BETWEEN_SAVES = 1 minute) to avoid fighting active edits.
  • Folder exclusions — skip templates, archives, or any other folder.
  • Excalidraw-aware — Excalidraw files are detected and skipped.
  • Canvas-safe — Canvas.md and non-Markdown files are skipped.
  • Fully local — no network calls, no telemetry.

Installation

From the Obsidian community catalog (recommended)

  1. In Obsidian, go to Settings → Community plugins.
  2. Disable Restricted mode if you have not already.
  3. Select Browse, search for Update Time, install it, and then enable it.

Manual installation

  1. Download main.js, manifest.json, and styles.css from the latest GitHub release.
  2. Copy them into <YourVault>/.obsidian/plugins/update-time/ (create the folder if it does not exist).
  3. Reload Obsidian and enable the plugin in Settings → Community plugins.

Configuration

Open Settings → Community plugins → Update Time to add folders to the exclusion list. Any note whose path starts with an excluded folder will not be touched.

Full settings reference: docs/configuration.md. User guide: docs/.

Important: this plugin modifies files in your vault. Back up your vault before enabling it.

Known issues

Multi-device sync conflicts

The plugin reacts to all file modifications — including writes made by sync tools (Obsidian Sync, Syncthing, etc.). If Obsidian is open on two devices at the same time, each device can trigger front-matter updates in response to the other's syncs, producing conflict files.

Mitigations: only leave Obsidian running on one device at a time, or enable the plugin on a single device.

Contributing

Contributions are welcome. See CONTRIBUTING.md.

License

MIT.

News & support

To stay up to date about this plugin, Obsidian in general, personal knowledge management, and note-taking, subscribe to my newsletter. The best way to support my work is to become a paid subscriber, or to buy me a coffee at https://www.buymeacoffee.com/dsebastien ❤️.

68%
HealthGood
ReviewCaution
About
Update note front-matter to reflect the file's creation (ctime) and last modification (mtime) timestamps. Run automatically in the background, preserve existing created values, debounce updated timestamps to avoid edit conflicts, and skip excluded folders, Excalidraw, Canvas, and non‑Markdown files locally.
Properties
Details
Current version
1.0.13
Last updated
2 years ago
Created
2 years ago
Updates
13 releases
Downloads
3k
Compatible with
Obsidian 0.15.0+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
dsebastiendsebastien
dsebastien.net
GitHubdsebastien
  1. Community
  2. Plugins
  3. Properties
  4. Update Time

Related plugins

Meta Bind

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

Advanced Canvas

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

Pretty Properties

Makes note properties look more fun: adds side image, banners, list property colors and allows to hide specific properties.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

MetaEdit

Manage your metadata.

Base Board

Organize notes into Kanban boards using frontmatter properties. Drag and drop cards between columns powered by Bases.

Permalink Opener

Open URLs based on a permalink or slug in the note properties. Useful with static site generators such as Jekyll, Hugo, Eleventy, etc.

Update frontmatter modified date

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

Fold Properties By Default

Always have editor/metadata properties folded by default

Featured Image

Automatically set a featured image property in your notes based on the first image.