Skip to content

Releases: Mappedinfo/markdown-mindmap

0.2.2

Choose a tag to compare

@wsqstar wsqstar released this 18 Jun 07:49

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

Choose a tag to compare

@wsqstar wsqstar released this 18 Jun 07:39

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 and mindmap fenced block info strings.

Validation:

  • npm test
  • npm run build

0.2.0

Choose a tag to compare

@wsqstar wsqstar released this 18 Jun 06:43

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.

0.1.1

Choose a tag to compare

@wsqstar wsqstar released this 18 Jun 05:01

Rename plugin and repository to Markdown Mindmap. Manifest id is now markdown-mindmap.

0.1.0

Choose a tag to compare

@wsqstar wsqstar released this 18 Jun 04:52

Initial Local Obsidian Mindmap release. Supports editing the current Markdown outline block, Enter/Tab/Shift-Tab keyboard edits, adjacent-sibling reverse induction, and managed UI state.