No description
Find a file
2026-07-13 16:50:20 +00:00
.github Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
assets Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
docs Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
src Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
tools Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
.gitignore Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
CHANGELOG.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
community-plugin-entry.json Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
CONTRIBUTING.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
esbuild.config.mjs Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
esbuild.config.mjs.bak Pin TypeScript 5.7.2 2026-07-13 22:05:29 +07:00
LICENSE Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
manifest.json Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
package-lock.json Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
package.json Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
PUBLISHING.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
README.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
RELEASE_NOTES_1.0.0.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
RELEASE_NOTES_1.0.1.md Fix Obsidian Community blocking review errors 2026-07-13 15:45:48 +00:00
RELEASE_NOTES_1.0.2.md Fix critical Obsidian Community warnings 2026-07-13 16:16:19 +00:00
RELEASE_NOTES_1.0.3.md Fix Obsidian Community review blocker for 1.0.3 2026-07-13 16:27:56 +00:00
RELEASE_NOTES_1.0.4.md Clean up Community review warnings for 1.0.4 2026-07-13 16:38:25 +00:00
RELEASE_NOTES_1.0.5.md Finalize Community review typing cleanup for 1.0.5 2026-07-13 16:45:25 +00:00
RELEASE_NOTES_1.0.6.md Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00
SECURITY.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
styles.css Clean up Community review warnings for 1.0.4 2026-07-13 16:38:25 +00:00
TRANSLATIONS.md Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
tsconfig.json Pin TypeScript 5.7.3 and fix CI compatibility 2026-07-13 21:26:51 +07:00
version-bump.mjs Initial public release: Vault Storage Map 1.0.0 2026-07-13 20:50:12 +07:00
versions.json Remove final unsafe review warning for 1.0.6 2026-07-13 16:50:20 +00:00

Vault Storage Map

English · Русский · 简体中文

Vault Storage Map dark interface

English

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.

Features

  • Interactive treemap with folder drill-down.
  • Largest-folder and largest-file rankings.
  • Search and minimum-size filters.
  • Compact, collapsible details panel.
  • Light, dark, and system themes.
  • Cached last scan and comparison with the previous scan.
  • Markdown, CSV, and JSON report export.
  • Diagnostic warnings for large files, .obsidian, Copilot indexes, attachments, and unreadable entries.
  • Built-in exclusion of the plugin's own generated cache from scan totals.
  • No telemetry, accounts, network requests, or automatic deletion.

Vault Storage Map dark interface

Vault Storage Map dark interface

Vault Storage Map dark interface

Interface languages

The interface supports automatic language detection and manual selection:

  • English
  • Русский
  • 简体中文
  • Français
  • Deutsch
  • Español
  • Italiano
  • Türkçe
  • हिन्दी
  • বাংলা
  • தமிழ்
  • Português

Community proofreading is welcome, especially for Hindi, Bengali, and Tamil. See TRANSLATIONS.md.

Privacy and file access

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;
  • Markdown, CSV, or JSON reports after an explicit export command.

The generated cache is excluded from the plugin's own scan totals.

Requirements

  • Desktop application only.
  • A vault backed by a local filesystem path.
  • Minimum app version declared in the manifest: 1.6.0.

Symbolic links are not followed by default. Enabling them can scan outside the vault and requires care.

Installation

Community Plugins

After acceptance into the official directory:

  1. Open Settings → Community plugins → Browse.
  2. Search for Vault Storage Map.
  3. Select Install, then Enable.

BRAT beta

  1. Install the BRAT plugin.
  2. In BRAT settings, choose Add Beta Plugin.
  3. Enter the repository URL: https://github.com/Dimar4713/vault-storage-map.
  4. Enable Vault Storage Map.

Manual installation

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.

Usage

  1. Click the hard-drive ribbon icon or run Open storage map.
  2. Select Scan vault.
  3. Explore the summary, treemap, folders, files, file types, and recommendations.
  4. Click a row or treemap block for details.
  5. Export a report when needed.

Development

npm install
npm run check
npm run build

The production bundle is written to main.js.

Support and contributions

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.

License

MIT. See LICENSE.