ninglg_light-mindmap/manifest.json
ninglg 3690f6f983 feat: collapse/expand nodes, Slate theme, touch support, and misc improvements
- Add node collapse/expand with Space key, persisted via italic markers in markdown
- Collapsed nodes show a + badge after text (rendered in both DOM and PNG export)
- Tab on collapsed node auto-expands and adds child; double-click auto-expands and edits
- Enter on root node no longer adds sibling
- Add Slate theme with cool blue-grey palette and subtle grid pattern
- Add touch pan and pinch-to-zoom support
- Remove 1:1 zoom button
- Fix borderless node style in PNG export (d2+ nodes render without background)
- Stabilize balanced layout side assignment across collapse/expand
- Auto-fit viewport when returning from source view
- Bump version to 1.2.0
2026-05-29 18:56:52 +08:00

10 lines
317 B
JSON

{
"id": "light-mindmap",
"name": "Light Mindmap",
"version": "1.2.0",
"minAppVersion": "1.4.0",
"description": "Auto-renders markdown headings as a colorful, interactive mindmap — no extra syntax required.",
"author": "Light Ning",
"authorUrl": "https://github.com/ninglg",
"isDesktopOnly": false
}