mirror of
https://github.com/ninglg/light-mindmap.git
synced 2026-07-22 06:51:49 +00:00
- 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
10 lines
317 B
JSON
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
|
|
}
|