Node Graph View

pending

by bluebird

Interactive node graph visualization of your vault - converted from mkdocs-nodegraph.

1 starsUpdated 25d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Node Graph View — Plugin

An Extension for Visualizing Markdown Files Network Graph in Obsidian

It is a copy of mkdocs-nodegraph - github | pypi

Example

Features

  • Visualizes links between .md files as an interactive force-directed graph
  • Click a node to open the md file
  • Ctrl+Click / Cmd+Click to open in a new tab
  • Alt+Click to open mdfile_site URL (if set in frontmatter)
  • Search nodes by filename with keyboard navigation
  • Physics simulation with full slider controls (identical to original)
  • Persistent node positions and preferences across sessions
  • Auto-refresh when markdown files are created, deleted, or modified

Setup Tags, Node Icon and Color on Markdown File


---
tags:
  - CG
  - 3D software
mdfile_icon: "_sources/svgs/blender.svg"
mdfile_color: "#ea7600"
mdfile_site: "https://www.blender.org/"
---

Installation

From source

  1. Copy this folder to ~/.obsidian/plugins/
  2. Restart Obsidian

Usage

  • click the Open Graph View Button

Panel Controls

ControlDescription
SearchFilter nodes by filename; ↑↓ buttons or Enter/Shift+Enter to cycle
SavePersist current layout + settings
HomeFit all nodes into view
ResetRestore default settings and clear saved positions
RefreshRe-scan workspace files and rebuild graph
Physics toggleEnable/disable force simulation
Nodes toggleShow/hide file nodes
Grid toggleShow/hide background grid
SlidersTune physics, font, node/edge size
Color pickersChange background and grid color

Buy Me A Coffee

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.