Releases: Mappedinfo/markdown-mindmap
Releases · Mappedinfo/markdown-mindmap
Release list
0.2.2
Markdown Mindmap v0.2.2
Behavior fix:
- The workbench now renders every mindmap block in the current Markdown file automatically.
- Dashboard focus is not required for rendering; dashboard is only navigation/search.
- Clicking or editing a node makes that block the active editing target.
- Removed the remaining cursor-oriented runtime path from the main rendering flow.
Validation:
- npm test
- npm run build
0.2.1
Markdown Mindmap v0.2.1
Bugfixes:
- Keep the last active Markdown file when the mindmap dashboard/panel takes focus.
- Let dashboard create actions target the loaded Markdown file instead of failing after focus moves to the panel.
- Accept both
mindmap andmindmap fenced block info strings.
Validation:
- npm test
- npm run build
0.2.0
Markdown Mindmap v0.2.0
- Use explicit fenced ```mindmap blocks as the source of truth.
- Add direct panel open, current-file mindmap loading, create button, and vault dashboard search.
- Support multiple mindmaps per Markdown file.
- Add bidirectional Markdown/canvas updates with active-file cache.
- Write new mindmap outlines with Tab indentation.
- Keep reverse induction for adjacent sibling nodes.