Cerebro Mycelium

by colorpulse6
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Render your vault as an animated 2D living fungal network.

Reviews

No reviews yet.

Stats

stars
13
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Cerebro Mycelium

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.

Cerebro Mycelium vault graph rendered as a living fungal network

Features

  • Native Obsidian custom view, no separate app required.
  • Read-only vault adapter built from metadataCache and vault.getMarkdownFiles().
  • Kind classification from frontmatter, tags, folders, and date-style daily notes.
  • Curved multi-fibre hyphae for wikilinks.
  • Recent-note fruiting halos driven by file.stat.mtime.
  • Hover blooms, click cascades, shockwaves, drag pan, and scroll zoom.
  • Drag notes to pin them into persistent positions, with a reset command when you want to return to automatic layout.
  • Settings for palette, recency window, spore density, cluster haze, decorative micro-leaves, and click behavior.

Install

Cerebro Mycelium is available in Obsidian's community plugin directory:

https://community.obsidian.md/plugins/cerebro-mycelium
  1. Open Settings -> Community plugins.
  2. Search for Cerebro Mycelium.
  3. Install and enable the plugin.
  4. Run Cerebro Mycelium: Open mycelium from the command palette.

Manual Installation

  1. Run npm install.
  2. Run npm run build.
  3. Copy manifest.json, main.js, and styles.css into:
<your-vault>/.obsidian/plugins/cerebro-mycelium/
  1. In Obsidian, enable community plugins, then enable Cerebro Mycelium.
  2. Run Cerebro Mycelium: Open mycelium from the command palette.

Development

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.