Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Expansive Local Graph

Kolpa4Kolpa4145 downloads

Experimental patch for per-node local graph depth.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Plugin for Obsidian which allow you to expand local graph branches beyond the native depth limit.

Expansive Local Graph is an Obsidian plugin that extends the Local Graph with manual branch expansion beyond the native depth limit. It lets you expand specific nodes on demand, render additional linked notes as overlay nodes, and keep expanded branches visually attached while the graph is redrawn.

What it does

image

Adds Expand here, Reduce here, and branch reset actions to the Local Graph node context menu.

Draws extra nodes and edges as an overlay instead of modifying Obsidian's native graph dataset.

Supports nested expansion, so an overlay node can become the root of another expanded branch.

Preserves relative positions of expanded overlay nodes during graph rerenders and node dragging.

Highlights expanded roots with colored rings and uses branch colors to distinguish overlapping expansions.

How it works

The plugin reads note relationships from Obsidian's resolved links graph and builds additional neighborhoods around selected notes. It then renders those extra nodes in a PIXI overlay layer attached to the Local Graph renderer, which avoids needing direct mutation of the internal native graph structures.

Installation

From Community Plugins Open Settings → Community plugins in Obsidian.

Disable Restricted mode if it is enabled.

Search for Expansive Graph.

Install the plugin and enable it.

Manual install

Download main.js, manifest.json, and styles.css if the release includes it.

Create a folder named expansive-graph inside your vault at .obsidian/plugins/.

Copy the release files into that folder.

Reload Obsidian.

Enable Expansive Graph in Settings → Community plugins.

Obsidian community plugin releases are distributed as main.js, manifest.json, and optionally styles.css attached to a GitHub Release.

Usage

Open a note and switch to its Local Graph.

Right-click a visible node.

Choose Expand here (+1) to add one more overlay depth for that branch.

Repeat the action to expand deeper.

Use Reduce here (-1) or Reset this branch to collapse the expansion.

Use Reset ALL expansions to clear every overlay branch in the current graph view.

Expanded branches are local to the current graph leaf and are redrawn as the view rerenders.

Notes

The plugin is designed for the Local Graph, not the global graph.

Overlay nodes are visual additions layered above the native graph.

Branch placement is based on note links and renderer coordinates, so exact layout may vary as the native graph changes.

If Obsidian changes internal Local Graph rendering APIs, the plugin may need updates.

Development

This plugin is built as an Obsidian community plugin and uses the standard plugin manifest fields such as id, name, version, author, and minAppVersion.

HealthExcellent
ReviewCaution
About
Expand local graph branches beyond Obsidian's native depth limit by manually expanding nodes on demand. Render additional linked notes as overlay nodes that stay attached across redraws and dragging, support nested expansions, and highlight expanded roots with colored rings and branch colors.
VisualizationLinks
Details
Current version
1.0.0
Last updated
4 weeks ago
Created
4 weeks ago
Updates
1 release
Downloads
145
Compatible with
Obsidian 1.6.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Kolpa4Kolpa4kolpa4
GitHubkolpa4
  1. Community
  2. Plugins
  3. Visualization
  4. Expansive Local Graph

Related plugins

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.

Strange New Worlds

Reveal networked thought and the strange new worlds created by your vault.

Leaflet

Interactive maps inside your notes.

Graph Link Types

Link types for graph view.

Smart Connections Visualizer

View your Smart Connections in a visualized format.

Advanced URI

Control everything with URI.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.