Releases: kikocastro/markdown-mindmap
Release list
1.2.1
What's Changed
- Use activeWindow/activeDocument and harden release supply chain by @kikocastro in #4
New Contributors
- @kikocastro made their first contribution in #4
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.0
1.0.4
VS Code adapter lint/type-safety fixes; swap js-yaml→yaml and lint-staged→nano-staged. No user-facing changes to the Obsidian plugin.
1.0.3
Fixes the note dialog's parent/child link rows and the toolbar/toggle hovers, which were illegible under themes whose hover colour is light: the hover now tints the dark surface toward the accent, so text stays readable in any theme.
Also clears the remaining Obsidian review items: arbitrary frontmatter is typed as unknown instead of any, :has and !important are removed from the stylesheet, and requestAnimationFrame uses window. The VS Code adapter drops node:crypto for the Web Crypto global and the builtin-modules dependency for node:module. Bundles js-yaml 5.2.0.
1.0.2
Clears the remaining Obsidian review warnings: popout-window-safe globals (activeDocument/activeWindow), explicitly voided fullscreen/openFile promises, and a dropped redundant cast. No user-facing behavior change.
1.0.1
Fixes the Obsidian automated review: the focus-ticket visibility and wrap height no longer set inline styles directly (CSS class + setCssStyles). No user-facing behavior change.
1.0.0
Initial public release of Markdown Mindmap. Render configurable, leveled left-to-right mind maps from your notes' frontmatter links — one mindmap YAML block per map. Toolbar with filters, search, saved views, fullscreen, and an in-app help dialog.