DuoMind
Mindmapping software
Install / Use
/learn @MichaelDuo/DuoMindREADME
DuoMind
MindMapping software
Demo
Try: https://michaelduo.github.io/DuoMind/

Roadmap
- [x] Topic rendering
- [x] Left layout
- [x] Right layout
- [x] Map layout
- [x] Event module
- [x] Selection module
- [x] Editable topic
- [x] Command module
- [ ] Drag and drop module
- [ ] Undo redo module
Usage
new MindMap({data}).mount(el);
mindmap data example
let data1 = {
title: '0',
children: [
{
title: '0.1',
children: [
{
title: '0.1.1',
},
{
title: '0.1.2',
},
],
},
],
};
install dependencies
$ npm install
run dev
$ npm run dev
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
96.8kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
99.8kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
