Organize your to-dos using a simple plain text format and preview them as a mindmap
- π 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
- 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 Viewwhile focused on a Mindo file. The associated mindmap appear - Update your task inside the mindo file. Start one with
Alt+sor complete one withAlt+dwhile 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 thanksIt 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 symbolIt 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`Don't hesitate to fill an issue on github https://github.com/karlito40/mindo/issues. I will try my best to help.
- 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
Thanks & Enjoy!
Hope it serves you well as it does for me

