Markdown Midget v0.1.6-alpha1
Pre-release
Pre-release
Added
- Mermaid diagrams. Fenced code blocks tagged
mermaidnow 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```mermaidfence). 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
.exesize 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
- Windows 10/11 (x64)
- .NET 10 Desktop Runtime — https://dotnet.microsoft.com/download/dotnet/10.0
- Microsoft Edge WebView2 Runtime — preinstalled on Windows 11; otherwise a free download from Microsoft.
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.