Skip to content

Markdown Midget v0.1.6-alpha1

Pre-release
Pre-release

Choose a tag to compare

@piranout piranout released this 28 Jun 22:40

Added

  • Mermaid diagrams. Fenced code blocks tagged mermaid now render as live diagrams in the WYSIWYG view (flowcharts, sequence diagrams, class diagrams, etc.). The diagram appears below the block, the source itself is hidden while the cursor is outside the block, and revealed for inline editing when the cursor moves into it. Markdown round-trips unchanged (the on-disk file remains a normal ```mermaid fence). Print and PDF export render the diagram (not the source), with page-break-inside avoided.

Known limitations

  • Mermaid pulls a large dependency tree (D3, dagre, cytoscape) — the editor bundle grows from ~560 KB to ~3.9 MB. The extracted bundle is one-time-per-run and cached by WebView2 thereafter; the app's startup time is still well under a second on a typical machine, but the on-disk .exe size grows by about 3.5 MB after compression. Bundle splitting / lazy-load is a possible later optimization if this becomes a concern.

See CHANGELOG.md for full history.

Download

MarkdownMidget-v0.1.6-alpha1-win-x64-net10.exe — single-file, framework-dependent build (~6.4 MB).

Requirements

Notes

  • This is an early alpha — expect rough edges, and please file issues.
  • The download is unsigned, so Windows SmartScreen may warn on first run: click More info → Run anyway.
  • Settings/recent files live under %LocalAppData%\MarkdownMidget.