Skip to main content
Back to registry

json-canvas

kepano/obsidian-skills

A canvas file ( .canvas ) contains two top-level arrays following the JSON Canvas Spec 1.0 :

Installs4
Install command
npx skills add https://github.com/kepano/obsidian-skills --skill json-canvas
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
A canvas file ( .canvas ) contains two top-level arrays following the JSON Canvas Spec 1.0 : Nodes are objects placed on the canvas. Array order determines z-index: first node = bottom layer, last node = top layer. Newline pitfall : Use \n for line breaks in JSON strings. Do not use the literal \\n -- Obsidian renders that as the characters \ and n . Groups are visual containers for organizing other nodes. Position child nodes inside the group's bounds. Edges connect nodes via fromNode and toNode IDs. The canvasColor type accepts either a hex string or a preset number: Preset color values are intentionally undefined -- applications use their own brand colors.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does json-canvas do?

A canvas file ( .canvas ) contains two top-level arrays following the JSON Canvas Spec 1.0 :

Is json-canvas good?

json-canvas does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does json-canvas work with?

json-canvas currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to json-canvas?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install json-canvas?

npx skills add https://github.com/kepano/obsidian-skills --skill json-canvas

Related skills

More from kepano/obsidian-skills

Related skills

Alternatives in Software Engineering