raymondseek180 downloadsTrack note count, body count, tags, links, and vault growth trends.
Brain Growth tracks how your Obsidian vault grows over time. It scans Markdown notes in your vault, keeps daily local snapshots, and shows growth trends in a dashboard and compact side panel.



After enabling Brain Growth, use the ribbon icon or the command palette command Open Brain Growth Mini Panel.
The plugin refreshes stats when Obsidian starts and when vault changes are detected. Snapshots are stored with the plugin's local data through Obsidian's plugin data API.
Brain Growth works locally inside your vault.
Once published, install Brain Growth from Settings -> Community plugins -> Browse.
main.js, manifest.json, and styles.css from the latest GitHub release.<vault>/.obsidian/plugins/brain-growth/
Install dependencies:
npm install
Build the plugin:
npm run build
Run tests:
npm test
version in manifest.json and package.json.npm run build.0.2.4.main.js, manifest.json, and styles.css as release assets.MIT