Skip to content

Releases: fyaic/Mermaid-Fixer-Plugin

Mermaid Fixer 1.1.0

16 Jun 07:56

Choose a tag to compare

Release 1.1.0 adds Markdown table repair alongside Mermaid diagram fixes.\n\nRelease assets for Obsidian:\n- main.js\n- manifest.json\n- styles.css

Mermaid Fixer 1.0.1

16 Jun 01:35

Choose a tag to compare

Release hardening for Obsidian Community submission.

Changes:

  • Shortened command palette names to avoid repeating the plugin name.
  • Normalized vault skip paths with Obsidian normalizePath.
  • Clarified that main.js is a GitHub release asset and should not be committed to the repository.
  • Updated release and README docs for the 1.0.1 command names.

Release assets for Obsidian:

  • main.js
  • manifest.json
  • styles.css

Mermaid Fixer 1.0.0

15 Jun 10:05

Choose a tag to compare

Initial public release of Mermaid Fixer for Obsidian.

Highlights:

  • Fix common Mermaid syntax errors in the current note or across the whole vault.
  • Preview diffs before applying changes.
  • Enable or disable each fix rule independently.
  • Free, local-only, no network requests, no telemetry.

Release assets for Obsidian:

  • main.js
  • manifest.json
  • styles.css