Markdown Midget v0.1.8-alpha1
Pre-release
Pre-release
Added
- File ▸ Windows Integration ▸ Register as .md editor… — a per-user, no-admin workflow to add Markdown Midget to the Windows "Open with" menu for
.mdfiles. Uses a stable ProgID (MarkdownMidget.Document), so re-registering the current version overwrites the same registry key and can't accidentally create duplicates. On register we also dedupe stale references to Markdown Midget (previous "Choose another app" pickings underFileExts\.md\OpenWithList, oldApplications\entries under different exe filenames likemkm.exe). - Optional AppData install + Start-menu entry. Checkbox in the register dialog copies the current build to
%LocalAppData%\Programs\MarkdownMidget\MarkdownMidget.exeand creates a Start-menu shortcut — a portable-app style install with no MSI. Recommended because it keeps the Open With entry stable across future releases (just re-register after each upgrade). - Optional "Set as default" — Windows 10/11 protect the UserChoice hash so apps can't set defaults programmatically; the checkbox opens the Default Apps Settings page filtered to
.mdfor the user to confirm with one click. - File ▸ Windows Integration ▸ Unregister as .md editor — removes the ProgID + Applications entry +
.md\OpenWithProgidslink and does the same dedupe pass. If an AppData install exists (and isn't the currently-running copy), asks whether to also remove that folder and the Start-menu shortcut.
See CHANGELOG.md for full history.
Download
MarkdownMidget-v0.1.8-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.