kaiyee32 downloadsBrowse edited Markdown files by date in a heatmap calendar and collapsible folder tree.
Remember the day. Rediscover the note. See your creative rhythm across the month.
English · 简体中文

Obsidian makes it easy to find a note by name—but not to answer “What was I working on that day?”
Activity Tree Calendar turns your local edit history into a monthly heatmap. Pick a date and the files you edited that day appear immediately in a compact folder tree.
| 1. Scan the month | 2. Pick a date | 3. Reopen the work |
|---|---|---|
| Darker circles reveal your active days. | One click filters the list to that day. | Select any file to open it in Obsidian. |
You may forget a filename while still remembering when you worked on it—a meeting last Tuesday, a weekend trip, or a particularly productive week. Start from the date and recover the related notes without guessing search terms.
Editing many notes in one day does not turn into an overwhelming flat list. Files remain grouped in a collapsible folder tree, single-child folder chains are compressed, and every note title stays separately clickable.
01_Psychology/02_Life principles
A note I edited.md
Whether the day contains 3 notes or 30, your familiar vault structure makes them easy to browse and find.
The calendar shows more than isolated file timestamps. Its heat levels reveal your creative frequency across the entire month—active stretches, quieter periods, and the rhythm of returning to your notes.
The darkest shade uses a fixed threshold so the visual scale stays understandable. The default is 10 edited files, configurable from 1–100.
Use the arrow buttons to switch months. Select a date to filter the file tree, then select a file to open it.
Open Settings → Community plugins → Activity Tree Calendar.
| Setting | Default | Purpose |
|---|---|---|
| Darkest heat threshold | 10 files | Controls how many edited files produce the strongest heat level. |
The interface follows Obsidian automatically—there is no separate language switch inside the plugin.
This includes month formatting, weekdays, commands, settings, empty states, and accessibility labels.
main.js, manifest.json, and styles.css from the latest release.<vault>/.obsidian/plugins/activity-tree-calendar/.The plugin does not make network requests. Activity history and settings stay in the local plugin data file inside your vault.
It records the paths of Markdown files when Obsidian reports create, modify, or rename events. Note contents are not copied into the activity history.
Requires Node.js 18 or later.
npm install
npm run dev
Production checks:
npm run build
npm run lint
Create a GitHub release whose tag exactly matches the plugin version without a v prefix. Attach:
main.jsmanifest.jsonstyles.css