ninglg_light-mindmap/manifest.json
ninglg 2c58d90a6b feat: add right-click context menu on mindmap nodes
Add context menu with edit, add sibling, add child, collapse/expand,
and delete actions. Supports Chinese and English based on Obsidian
language setting. Styled to match Obsidian's native menu appearance.
2026-06-11 16:56:01 +08:00

10 lines
317 B
JSON

{
"id": "light-mindmap",
"name": "Light Mindmap",
"version": "1.3.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
}