colorpulse626 downloadsRender your vault as an animated 2D living fungal network.
Cerebro Mycelium is an Obsidian community plugin that renders your vault as a 2D living fungal network. Markdown notes become soft kind-clusters, wikilinks become curved hyphae, recently edited notes glow as fruiting bodies, and clicking a node sends a light cascade through its nearby graph.
The animated preview below uses synthetic demo vault data.

metadataCache and vault.getMarkdownFiles().file.stat.mtime.Cerebro Mycelium is available in Obsidian's community plugin directory:
https://community.obsidian.md/plugins/cerebro-mycelium
Settings -> Community plugins.Cerebro Mycelium.npm install.npm run build.manifest.json, main.js, and styles.css into:<your-vault>/.obsidian/plugins/cerebro-mycelium/
npm install
npm test
npm run build
npm run demo:gif
The plugin does not make network requests and does not modify notes. It enumerates markdown files so it can build the vault graph locally.