Documentation
README
JSON Canvas Skill
Usage
Use when the user asks to create or edit .canvas files, build or change canvas nodes/edges/groups, or mentions Obsidian Canvas / JSON Canvas.
File Structure
A canvas file (.canvas) contains two top-level arrays following the JSON Canvas Spec 1.0:
{
"nodes": [],
"edges": []
}
nodes(optional): Array of node objectsedges(optional): Array of edge objects connecting nodes
Common Workflows
1. Create a New Canvas
This is the opening of the README. Read the full README on GitHub.