Skip to content

v1.0.0 — offline interactive mind maps

Choose a tag to compare

@Jaderson-bit Jaderson-bit released this 08 Jun 00:10
· 9 commits to master since this release

First tagged release of mindmap-markmap-viewer, a Claude Code skill that turns hierarchical Markdown into interactive markmap.js mind maps.

Highlights

  • Offline — d3 + markmap (view/lib/toolbar) are vendored and pinned exact; the generated HTML opens with zero network requests.
  • Navigation toolbar — zoom, fit, expand-all / collapse-all, and export to SVG / PNG.
  • White-on-dark rendering that's readable standalone or embedded (Streamlit).
  • Context-preserving search — filters the tree to matches + their ancestors + descendants (accent-insensitive).
  • Presets + portable outputapply_presets fills sane frontmatter; write_mindmap emits .md + .html + a sibling vendor/.
  • Zero runtime deps in the core (Python stdlib only). 33-check regression suite; browser-verified.