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

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

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