Skip to content

Merlay 0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Sep 18:21
· 56 commits to main since this release

Merlay 0.1.2 — Review warning cleanup

Mermaid, your way. A native visual overlay editor for Mermaid diagrams in Obsidian.

Fixes

  • Clear all automated-review warnings: replace any with precise types (unknown + narrowing for AST and errors, MermaidApi interface, MenuItemWithSubmenu, EditorWithCm), drop unnecessary assertions and unused imports, use window. timers and Obsidian createSvg/createDiv helpers, mark floating promises with void.
  • No behavior changes; full test suite (220 tests) passes.

Deferred (warnings only, no action needed): !important in styles (required to override Obsidian/theme defaults) and the declarative settings API (would raise minAppVersion).

Install

BRAT (beta): add https://github.com/dev-hashemi/merlay in BRAT → Add Beta plugin.

Manual: download main.js, manifest.json, styles.css below into .obsidian/plugins/merlay/, then enable Merlay under Settings → Community plugins.

Requires Obsidian 1.4.0 or newer. Desktop and mobile supported.

Notes

  • Flowchart and state diagrams are fully visual; other diagram types open view-only with selection.
  • Please report issues at https://github.com/dev-hashemi/merlay/issues — include Obsidian version, installer version, and a minimal mermaid block that reproduces the problem.

Full Changelog: 0.1.1...0.1.2