Graph

Last updated: 2026-07-05

Plainva’s graph is a working tool, not a poster: it shows you where you are, what is connected, what is missing — and you can act on it directly. There is ONE graph engine with three faces.

Context graph (right sidebar)

Open the Graph section in the right sidebar. It shows the active note in the center, the folder structure above, for folder overviews (index.md) the contained notes below, incoming references on the left and outgoing ones on the right. Relations from databases carry their property name as the label.

Vault map (its own tab)

Open the map with Ctrl/Cmd+Shift+G, via the graph icon in the action rail on the far left, or via the command palette (Open graph). It opens in its own tab. Instead of a hairball you see your real folder structure as bubbles — double-click a bubble to unfold its notes, Collapse all folders goes back. The layout is deterministic: the same map looks the same every time you open it. Drag a node and it stays pinned (small dot); Reset layout clears all pins. Pins are stored per device.

Tools in the header bar:

Working on the map:

Cleaning up

The Clean up button opens a worklist with three tabs: Orphans (notes without connections), Broken links (targets that do not exist — Create note creates them) and Mentions (Scan vault finds places where a note is named but not linked; Link turns the occurrence into a wiki link). The map’s footer shows the orphan count — clicking it opens the panel.

Graph as a database view

Every .base database can get a Graph view (add view → Graph): the database’s rows become nodes, your relations become labeled edges. In the header bar you pick the edge properties, Color by a select property, Size by a number and whether external targets (relations pointing out of the database) appear. The view is saved Obsidian-compatibly — Obsidian shows the same file as a table.

Limits