Skip to content

Obsidian Canvas for research

TL;DR — Obsidian’s Canvas is a freeform 2D space where notes, images, and live embeds become movable cards you can arrange spatially. Excellent for literature reviews, competitive analysis, architecture sketches, and anything where 2D layout beats linear prose.

A .canvas file is JSON describing nodes (notes, images, embedded URLs) and edges (arrows/connections). You edit it visually inside Obsidian — no other tool needed. It’s a core feature, no plugin required.

Use caseWhy Canvas wins
Literature reviewSee all sources at once; cluster by topic
Competitor analysisSpatial grid: rows = competitors, cols = features
System architectureDraw boxes-and-arrows, embed the notes that detail each box
BrainstormingLoose cards you can move and group as ideas crystallize
Reading mapBooks → key ideas → your own Zettels, all visible together

Ctrl+P (command palette) → “Create new canvas” → opens an empty grid.

  • Drag a note from the file tree onto the canvas → it becomes a live card
  • Right-click empty space → add a card, a group, or an image
  • Drag from one card’s edge to another → connect with an arrow

Save like any note. The canvas file shows up in your file tree.

The Obsidian MCP can read .canvas JSON. So Claude can:

  • Generate a canvas from a query. “Make a canvas of all notes tagged #q2-launch, grouped by status.” Claude writes the JSON; Obsidian renders it.
  • Find spatial relationships. Currently manual — the Canvas API doesn’t easily expose proximity to plugins — but Claude could read positions and report cluster patterns.
  • Update existing canvases. After your weekly review, Claude could add new notes to your “ongoing themes” canvas in the right cluster.

A starter canvas pattern: “Topic landscape”

Section titled “A starter canvas pattern: “Topic landscape””

For any topic you’re researching (e.g., “agent memory”):

+--- canvas: agent-memory.canvas ---+
| |
| [Sources] [Key claims] |
| - paper-a - claim 1 |
| - paper-b - claim 2 |
| - clip-c |
| |
| [My Zettels] [Open questions] |
| - zettel-1 - q1 |
| - zettel-2 - q2 |
| |
+-----------------------------------+

Four quadrants: Sources, Key Claims, My Notes, Open Questions. As you read, drag new cards into the right quadrant. The picture becomes a snapshot of your understanding.