Browser-based React app for building mind maps with local autosave and markdown outline support.
- Interactive node + edge editing with
@xyflow/react - Keyboard-first topic editing (no popup prompts)
- Add child/sibling topics and rename/delete topics via shortcuts
- Branch-style mind map rendering by default
- Organize command for clean map layout
- Markdown outline panel with one-click copy
- PNG export of the current mind map view
- Auto-saved browser-local storage for multiple mind maps
Enter: add child topic and focus text edit immediatelyTab: add sibling topic and focus text edit immediatelyF2orCtrl/Cmd+E: rename selected topic inlineDelete/Backspace: delete selected node (root is protected)ArrowUp/ArrowDown: move selection across topicsCtrl/Cmd+S: export PNGCtrl/Cmd+N: create a new mapCtrl/Cmd+L: organize map layout
- Install dependencies:
npm install- Run the app:
npm run devMIT. See /Users/kc/dev/mymind/LICENSE.