Metadata-Version: 2.4
Name: mdmindmap
Version: 0.1.0
Summary: Generate interactive mindmaps from Markdown with expand/collapse and editing support
Author-email: Your Name <you@example.com>
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: markdown
Requires-Dist: pyyaml
Requires-Dist: flask

# mdmindmap

Generate interactive **mindmaps** from Markdown with:
- Expand/Collapse nodes
- Expand All / Collapse All buttons
- Hover preview of Markdown content
- Double-click a node → open its source in `$EDITOR`

## Install

```bash
pip install .
# Usage
mdmindmap mydoc.md --rebuild

# Editing
```
export EDITOR=code   # or vim, nvim, nano
```
