redsheep913407 downloadsMaterialize Canvas cards into organized Markdown files with auto-folder categorization, preserving connections and colors.
Materialize Canvas cards into permanent, organized Markdown files — bringing Heptabase-style card-based note-taking to Obsidian, with every connection and color preserved.
.md file, replacing the card in place; layout and arrows stay untouched.canvas_out/canvas_in are plain [[wikilinks]], so they show up in Obsidian's Graph view and backlinks like any other link.canvas_color is restored automatically.canvas-color/<name> tag (e.g. canvas-color/red), so Obsidian's native tag pane/search can group cards by color, Heptabase-style.| Field | Type | Meaning |
|---|---|---|
canvas_id |
string | The original Canvas node ID, used to identify files this plugin created |
canvas_color |
string | The card's color at materialize time ("0"–"6", or a custom hex) |
canvas_out |
string[] | [[wikilinks]] to other materialized cards this one points to |
canvas_in |
string[] | [[wikilinks]] from other materialized cards that point to this one |
tags |
string[] | Includes a canvas-color/<name> tag matching canvas_color (skipped when the card has no color); other existing tags are preserved |
<canvas's folder>/<canvas name>/.canvas_out / canvas_in — click through like any other link.Open Settings → Community Plugins → Browse, search for Canvas Card-Materializer, and install.