Dimar471393 downloadsVisualize vault disk usage with an interactive treemap, multilingual interface, cached scans, comparisons, exports, and diagnostic recommendations.

Vault Storage Map is a local-first desktop plugin that shows where disk space is used inside a vault. It combines an interactive treemap, ranked folder and file tables, file-type statistics, scan comparisons, and diagnostic recommendations.
Developed by AIMETON · Dimar4713.
.obsidian, Copilot indexes, attachments, and unreadable entries.


The interface supports automatic language detection and manual selection:
Community proofreading is welcome, especially for Hindi, Bengali, and Tamil. See TRANSLATIONS.md.
Scanning is read-only. The plugin reads filesystem metadata such as paths, sizes, file types, modification dates, and directory counts. It does not read note contents for storage analysis and does not send vault data over the network.
The plugin may write only when needed:
data.json for settings;storage-cache-v1.json for the optional local scan cache;The generated cache is excluded from the plugin's own scan totals.
1.6.0.Symbolic links are not followed by default. Enabling them can scan outside the vault and requires care.
After acceptance into the official directory:
https://github.com/Dimar4713/vault-storage-map.Download main.js, manifest.json, and styles.css from the matching GitHub release and copy them to:
<Vault>/.obsidian/plugins/vault-storage-map/
Then reload the application and enable the plugin.
npm install
npm run check
npm run build
The production bundle is written to main.js.
Use GitHub Issues for bug reports, feature requests, and translation corrections. Please include the app version, operating system, plugin version, approximate vault size, and relevant console errors.
MIT. See LICENSE.