Markdown Midget v0.1.7-alpha2
Pre-release
Pre-release
Fixed
- Find Next / Find Previous now actually advance the cursor. The WYSIWYG dispatcher was calling
findReset()on every navigation, which reset the match pointer to -1 — so F3 always landed back at the first match. The reset is now only performed when the pattern or its options change (and is invalidated on any subsequent document edit). - Find no longer "lands nowhere" when a match falls inside a hidden mermaid source block. The text-node walker now rejects any node whose ancestor has
display: noneorvisibility: hidden(which covers the hidden mermaid<pre>, collapsed details, draft regions, etc.).
Added
- Standard Windows window-management shortcuts, intercepted at the WPF Window so they work even when the WebView2 child has keyboard focus:
- Win+Up — maximize (restore-from-minimized if minimized)
- Win+Down — minimize (restore-from-maximized if maximized)
- Win+Shift+Up — fill the working-area height at the current width
- Win+Left / Win+Right — snap to the left / right half of the work area
See CHANGELOG.md for full history.
Download
MarkdownMidget-v0.1.7-alpha2-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.