SkillAgentSearch skills...

DuoMind

Mindmapping software

Install / Use

/learn @MichaelDuo/DuoMind
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars44
CategoryDevelopment
Updated7mo ago
Forks6

Languages

TypeScript

Security Score

87/100

Audited on Aug 20, 2025

No findings