Skip to content

Release

Latest

Choose a tag to compare

@primevxie primevxie released this 18 Jul 19:30
· 3 commits to main since this release
5dc7320

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 .md files
  • πŸ“‚ 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.exe and 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