syntax.md v1.0.0 π
first official release of syntax.md β the lightweight, webview-powered markdown editor that slaps.
β¨ what's inside:
- π₯ blazing fast markdown live preview
- π€ automatic dark theme (using highlight.js + github-dark.css)
- πΎ "Save" button that exports
.mdfiles - π auto-downloads its UI from GitHub on first launch
- πΎ caches UI to
%LocalAppData%\\syntaxmd\\ - π loads from cache on every run after that
- π§ no installers, no bullshit β just run
syntaxmd.exeand vibe - πͺ WebView2-powered for crisp rendering
π§± tech stack
- built in C# (WinForms) using WebView2
- frontend is basic HTML/CSS/JS
- highlight.js for code block syntax
- local file save via JS blob
β οΈ requirements
- Windows 10 or 11
π§ known stuff
- no drag+drop support (yet)
- no tabs or multi-file editing (on purpose)
- saving just grabs whatβs in the editor β no fancy file dialogs (yet)
π§ credits
- made with blood, markdown, and tears by SkitDev