obsidian_canvas_relayout
Re-layout an Obsidian canvas file using dagre, with direction options and dry-run for previewing without saving.
Instructions
Re-layout an existing JSON Canvas with dagre. Dry-run returns the candidate canvas without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Optional configured vault name. Defaults to the server default vault. | |
| path | Yes | Vault-relative path. Absolute paths and traversal are rejected. | |
| direction | No | TB | |
| dryRun | No |