Stroll through notes, mark your days.
A plugin for Obsidian (https://obsidian.md) that combines a daily writing heatmap, random note discovery, and task management — all in one sidebar view.
Track your daily writing volume with a GitHub-style contribution heatmap. Each cell shows how many words you wrote that day. Click any cell to jump to the corresponding daily note.
Discover forgotten gems from your notes. Displays a random list item from your vault — click to open the source file, or tap the dice button for another.
Find and manage unchecked tasks from your notes. Scans specified folders for - [ ] format tasks and displays them in a checklist.
[x] to the file)your-username/obsidian-wandlog<vault>/.obsidian/plugins/wandlog/npm install then npm run build| Setting | Description |
|---|---|
| Track Folders | Folders to scan for daily word count |
| Daily Target | Word count goal for heatmap coloring |
| Color Scheme | Heatmap color palette |
| Exclude Folders | Folders the random card will skip |
| Todo Folders | Folders to search for unchecked tasks |
| Open In | Open cells/cards/tasks in new tab or current tab |
npm install # Install dependencies
npm run dev # Watch mode (auto-rebuild on changes)
npm run build # Production build
MIT