Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>syb-mindmapNew to Visual Studio Code? Get it now.
syb-mindmap

syb-mindmap

Sybernatus

|
12 installs
| (0) | Free
mindmap as code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
logo

Syb-mindmap

This extension provides a way to visualize and edit mind maps as code.

Table of Contents

  • Features
  • Usage
    • YAML format
    • Json format

Features

  • Open mindmap view in a new tab using ctrl + shift + P then syb mindmap.
  • Open json or yaml file and start editing the mindmap.

Usage

YAML format

$schema: https://raw.githubusercontent.com/sybernatus/syb-mindmap/develop/assets/schemas/mindmap.schema.yaml
data:
  text: My Mindmap
  children:
    - text: My first element
      children:
        - text: View my topic
          image: 
            path: "./assets/my-img.png"
            width: 100

Json format

{
  "$schema": "https://raw.githubusercontent.com/sybernatus/syb-mindmap/develop/assets/schemas/mindmap.schema.yaml",
  "data": {
    "text": "My Mindmap",
    "children": [
      {
        "text": "My first element",
        "children": [
          {
            "text": "View my topic",
            "image": {
                "path": "./assets/my-img.png",
                "width": 100
            }
          }
        ]
      }
    ]
  }
}

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft