Skip to content

Releases: kikocastro/markdown-mindmap

1.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:37

What's Changed

  • Use activeWindow/activeDocument and harden release supply chain by @kikocastro in #4

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:41

Full Changelog: 1.1.0...1.2.0

1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:20

Full Changelog: 1.0.4...1.1.0

1.0.4

Choose a tag to compare

@kikocastro kikocastro released this 29 Jun 08:13

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

Choose a tag to compare

@kikocastro kikocastro released this 29 Jun 00:16

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

Choose a tag to compare

@kikocastro kikocastro released this 28 Jun 23:37

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

Choose a tag to compare

@kikocastro kikocastro released this 28 Jun 23:32

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

Choose a tag to compare

@kikocastro kikocastro released this 28 Jun 23:02

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.