> For the complete documentation index, see [llms.txt](https://simbench.gitbook.io/mindvas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simbench.gitbook.io/mindvas/readme.md).

# Mindvas

Mindvas adds mind mapping capabilities to Obsidian Canvas. Build tree-structured mind maps with automatic layout, keyboard navigation, branch colors, and a sidebar outline panel — all without leaving Canvas.

## Key features

* **Auto-layout** — Contour-based algorithm packs nodes tightly with left/right branch support
* **Map outline** — Sidebar panel with groups, search, drag-and-drop, rename, and bidirectional highlight sync
* **Keyboard-driven** — Add children, siblings, delete, navigate, and flip branches from the keyboard
* **Node referencing** — Copy clickable links to any node; works across canvases and from markdown notes
* **Insert between nodes** — Alt+click a connection point to insert a new node in the middle of an edge
* **Forest layout** — Arrange multiple trees within a group into a clean grid
* **Branch colors** — Automatic color-coding by top-level branch
* **Subtree drag** — Drag a node to move its entire subtree; Alt+drag to move a single node
* **Auto-resize** — Nodes grow and shrink to fit their content
* **Balanced layout** — Distribute children on both sides of the root
* **FreeMind import** — Import `.mm` mind map files into Canvas
* **RTL support** — Full support for Arabic, Hebrew, and other right-to-left languages

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Get started</td><td><a href="/pages/O2IH6ok2gVL1PzGhtgkm">/pages/O2IH6ok2gVL1PzGhtgkm</a></td></tr><tr><td>All commands</td><td><a href="/pages/kmbUUvv5gucN5sHPRx08">/pages/kmbUUvv5gucN5sHPRx08</a></td></tr><tr><td>Mouse actions</td><td><a href="/pages/jVjeE7k8Y5HC1Dp1KqNf">/pages/jVjeE7k8Y5HC1Dp1KqNf</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://simbench.gitbook.io/mindvas/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
