n23eos177 downloadsInteractive sunburst chart of your vault. See folder sizes on disk, word counts and file counts at a glance, with animated zoom and 13 languages.
Vault Sunburst charts an entire Obsidian vault as an interactive sunburst, in the spirit of classic disk-usage analyzers. One chart switches between three metrics: size on disk in bytes, word count in notes, and number of files. Clicking a folder flies into it with animated zoom, while the center, Esc or the breadcrumbs go back up and clicking a file opens it. Sectors morph when the metric changes, hovering highlights a folder together with all its descendants, and the DaisyDisk-style rainbow palette follows the on-screen angle in both light and dark themes. Available in 13 languages, on desktop and mobile.
⭐ Star this repo
If Vault Sunburst helps you make sense of your vault, give it a star — it takes a second and helps other Obsidian users find the plugin.

The UI follows your Obsidian language automatically. 13 languages included: English, Русский, Українська, Deutsch, Français, Español, Italiano, Português, Polski, Türkçe, 中文, 日本語, 한국어.
Plural forms and number formatting follow CLDR rules (Intl.PluralRules, toLocaleString).
attachments and similar).Once accepted into the directory: Settings → Community plugins → Browse → search for Vault Sunburst.
main.js, manifest.json, styles.css from the latest release.<your vault>/.obsidian/plugins/vault-sunburst/.Open the chart via the pie-chart ribbon icon or the Open vault chart command.
npm install
npm test # vitest — 27 tests over the pure modules (layout, geometry, i18n, word counting)
npm run build # tsc + esbuild → main.js
npm run dev # watch mode
The zoom is implemented the "zoomable sunburst" way: the angular layout is computed once per metric, and zooming only animates the view window — so navigation stays smooth even in vaults with thousands of files.
Интерактивная круговая диаграмма хранилища в стиле DaisyDisk: три режима (размер на диске / количество слов / количество файлов), анимированный зум по папкам, контекстное меню, автообновление, исключение папок и 13 языков интерфейса. Язык подхватывается из настроек Obsidian автоматически.
⭐ Если плагин оказался полезен — поставьте звезду репозиторию, так его найдут другие.