Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MindoNew to Visual Studio Code?ย Get it now.
Mindo

Mindo

karlito40

|
10 installs
| (1) | Free
Mindmap + TODOs = ๐Ÿš€๐Ÿ”ฅ
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mindo

Organize your to-dos using a simple plain text format and preview them as a mindmap

Preview

โœจ Features

  • 📝 Manage your todos through a plain mindo text file
  • 🧠 Update task status using a simple, easy-to-learn format โ€” understandable in under a minute
  • 🌈 Syntax highlighting based on task status
  • โš™๏ธ Easy setup via command: Mindo: Open
  • 👁 Preview your tasks as a mindmap via command: Mindo: Show View
  • 🖼 Export as PNG or SVG
  • 📁 Multiple .mindo file can be used in a single project

🚀 Usage

  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run: Mindo: Open
  • Or bypass these steps by creating a .mindo or MINDO file manually
  1. Create a task using Alt+enter. See the shortcuts section
  2. Run: Mindo: Show View while focused on a Mindo file. The associated mindmap appear
  3. Update your task inside the mindo file. Start one with Alt+s or complete one with Alt+d while focused on a line
  4. The mindmap should auto update at the same time
  5. That's it ! You are a now a Mindo master

Format

Symbols are used to control task statuses. Add one at the beginning of a line to update it โคต๏ธ

  • - : a simple text
  • - โ˜: an idle task
  • - โ–ถ: a started task
  • - โœ”: a completed task

Mindo uses indentation to organize tasks: adding 2 more spaces than the parent task creates a new section in the mindmap preview

Working example โคต๏ธ

- Welcome
  - โ˜ Mindo
    - Organize your tasks
    - โ–ถ Test
      - โ˜ Execute command "> Mindo: Open"
      - โ–ถ Shortcuts
        - On Mac
          - โ˜ cmd + Enter to create a task (or revert)
          - โ˜ Option + s to start a task (or revert)
          - โ˜ Option + d to complete a task (or revert)
        - On Others
          - โ˜ ctrl + Enter to create a task (or revert)
          - โ˜ Alt + s to start a task
          - โ˜ Alt + d to complete a task
      - โ˜ Live preview it
        - โ˜ Execute command "> Mindo: Show View"
        - โ˜ Check auto update on changes
  - โ–ถ Support
    - Ask me on github
      - https://github.com/karlito40/mindo/issues
    - Contributions are welcome
    - โ–ถ Be kind
  - โœ” Enjoy your life
  - And thanks

Commands and shortcuts

It adds 5 commands to the command palette:

'Mindo: Open' // Open or create your main project's mindo file
'Mindo: Show View' // Open the mindmap visualizer on the focus editor
'Mindo: Toggle Task' // Create a task or transform it into a simple label
'Mindo: Toggle Start' // Toggle started symbol
'Mindo: Toggle Done' // Toggle done symbol

It adds 4 shortcuts when editing a Mindo file:

'Cmd/Ctrl+Enter' // Triggers `Mindo: Toggle Task`
'Alt+Enter' // Triggers `Mindo: Toggle Task`
'Alt+D' // Triggers `Mindo: Toggle Done`
'Alt+S' // Triggers `Mindo: Toggle Start`

Render Demo

Screenshot

Support

Don't hesitate to fill an issue on github https://github.com/karlito40/mindo/issues. I will try my best to help.

Release Notes

  • 0.3.0 Fix webview not loading on production
  • 0.2.0 Add PNG export
  • 0.1.0 Add SVG export and force dark theme
  • 0.0.0 Initial release

Final

Thanks & Enjoy!

Hope it serves you well as it does for me

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