Update Time
Update Time automatically maintains created and updated front-matter properties on your Obsidian notes. Once enabled, it watches for file modifications (from Obsidian or external tools) and keeps those properties in sync with the file’s actual creation and last-modification times.
Key features
- Automatic — no commands to run. Whenever a note changes, its front matter is updated in the background.
- Accurate — values come from the file’s underlying
ctimeandmtime, not from Obsidian-internal state. - Non-destructive for existing values —
createdis only set when missing;updatedis debounced to avoid fighting your edits. - Folder exclusions — exclude templates, daily notes, or any other folder from automatic updates.
- Configurable property names — rename the
created/updatedkeys to anything you like. - One-shot backfill — a command that adds the properties to all notes you already had in your vault.
- Excalidraw-aware — Excalidraw files are skipped.
- Fully local — no network calls, no telemetry.
Quick start
- Install the plugin from Obsidian’s community catalog (Settings → Community plugins → Browse → Update Time) and enable it.
- (Optional) Open Settings → Community plugins → Update Time and add any folder paths to exclude (e.g.,
Templates,_archive). - Start editing notes —
createdandupdatedproperties appear automatically in front matter.
Important: This plugin modifies files in your vault. Back up your vault before enabling it.
What the plugin accesses
- Vault read — listens for Obsidian’s
vault.on('modify')event. For each modified file, the plugin reads its content once to filter out empty notes and Excalidraw files. - Vault write — only writes two front-matter properties on
.mdfiles:created(when missing) andupdated(refreshed at most once per minute). The Backfill created / updated properties in all notes command iterates every Markdown file in the vault on demand and applies the same fill-missing-only logic. - No vault scans on a timer — the plugin does not iterate over your vault on a schedule; it only reacts to modify events emitted by Obsidian and to the explicit backfill command.
- No network calls — no analytics, no remote services. The Buy Me a Coffee badge in the settings tab is bundled inside the plugin and rendered locally.
- Excluded folders — any file inside a folder listed in Settings → Update Time is skipped entirely (no read, no write).
About
Created by Sébastien Dubois.
To stay up to date, subscribe to my newsletter. The best way to support this plugin is to become a paid subscriber or to buy me a coffee at https://www.buymeacoffee.com/dsebastien.
My other Obsidian plugins
| Plugin | What it does |
|---|---|
| Agentic Resource Discovery Server | Local-first Agentic Resource Discovery publisher and registry that serves your AI skills and tools to agents over a local HTTP and MCP server |
| Book Exporter | Export books (one manifest note + linked chapter notes) to EPUB and PDF via Pandoc |
| Bookshelf Base | Display your notes as a visual bookshelf via a custom Bases view |
| Dataview Serializer | Serialize Dataview queries to Markdown, and keep the Markdown representation up to date |
| Expander | Replace variables across your vault using HTML comment markers. Supports static values and dynamic functions |
| Ghost Publish | Publish your vault notes to a Ghost blog with configurable presets for tags, newsletters, and frontmatter conventions |
| Graph Explorer Base View | A custom Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking |
| Hidden Folders Access | Index hidden root-level folders (e.g. .claude) so they appear in the file tree, metadata cache, and Bases |
| Journal Bases | Custom Base views for journaling and periodic reviews |
| Kanban Action Planner | Render your notes as configurable Kanban boards and calendars inside Bases, with statuses, ordering, relationships, and scheduling |
| Life Tracker | Capture and visualize the data that matters in your life |
| Note Village | A 2D pixel art village where your notes become villagers you can explore and chat with using AI |
| Obsidian Starter Kit | Adds strong typing support and powerful automation support for notes |
| Remarkable Synchronizer | Connect to the reMarkable cloud, list, download, and sync notebook pages as images |
| Replicate | Use AI models with ease via the Replicate.com integration |
| REST and MCP server | Exposes CLI commands as RESTful API endpoints and an MCP server for AI tool integration |
| Time Machine | Browse, compare, and restore previous versions of your notes using built-in file-recovery snapshots |
| Transcriber | Transcribe images to markdown using Ollama vision models |
| Typefully | Publish social media posts with ease using the Typefully integration |
Everything I build is documented in my newsletter and on my YouTube channel.
News & support
To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking:
- Subscribe to my newsletter
- Subscribe to my YouTube channel
- Join the Knowii community and learn to organize your notes and put your knowledge to work, together with fellow knowledge workers
If this plugin is useful to you, here are the best ways to support my work ❤️: