mimo61 downloadsLike the github contribution graph but for obsidian edits, works on edits before you installed it too.
See when you write. Edit History Heatmap turns your Obsidian Sync version history into a contribution graph for your vault.

It tracks the daily net change in words, lines, or characters, and can show either total change or additions and removals separately. Hover over a day for the file breakdown, or drag across several days to total them up.
Open Edit History Heatmap: Open heatmap, click Scope, and pick any folders or tags you want to include. Nothing is scanned until you choose a scope. Opening the scope menu pauses the current scan, and closing it starts scanning your new selection.
Scopes belong to individual heatmaps. The sidebar and each embedded code block remember their own selection, so two heatmaps can show different folders or tags side by side. Files shared by several scopes are scanned only once.
The sidebar shows a month calendar. To put the rolling year heatmap in a note, use:
```edit-history-heatmap
```
Put month inside the block if you want it to start in month view.
.md filenames.Until it is available in the Obsidian Community directory, install it with BRAT, or copy main.js, manifest.json, and styles.css from a release into:
<vault>/.obsidian/plugins/edit-history-heatmap/
npm install
npm run lint
npm test
npm run build
Made by wavey. Licensed under MIT.