Skip to content

Releases: pal815/md-editor

md-editor 0.1.9

Choose a tag to compare

@pal815 pal815 released this 29 May 01:11

What's new in 0.1.9

  • Fixed keyboard shortcuts — Ctrl+N / O / S / Shift+S (and more) now work even while the editor has focus (previously swallowed by WebView2).
  • LaTeX math in Viewerlatex / math / tex / katex code blocks render as display math via KaTeX.
  • Ctrl+K inserts a markdown link.
  • Toggle Line Numbers (View menu) now works and is remembered across sessions.

md-editor 0.1.8

Choose a tag to compare

@pal815 pal815 released this 28 May 08:47

md-editor 0.1.8

New

  • Mermaid diagrams in Viewer mode — ```mermaid code blocks now render as SVG diagrams (flowchart, sequence, gantt, etc.). Lazy-loaded, theme-aware (light/dark), and sanitized (securityLevel strict). Works under the app's strict CSP.

Downloads (Windows x64)

  • md-editor_0.1.8_x64-setup.exe (NSIS) — recommended; per-user install, no admin prompt.
  • md-editor_0.1.8_x64_en-US.msi (MSI) — for group-policy / MDM deployment.

이전 기능(라이브 프리뷰, 표 편집/TSV 복사, 탭·세션 복원, 라이트/다크 테마, 파일 연결)은 그대로 포함됩니다.

md-editor 0.1.7

Choose a tag to compare

@pal815 pal815 released this 28 May 04:44

md-editor 0.1.7

A local-first desktop Markdown editor for Markdown beginners — built with Tauri 2, SvelteKit, and CodeMirror 6.

Downloads (Windows x64)

  • md-editor_0.1.7_x64-setup.exe (NSIS) — recommended; per-user install, no admin prompt.
  • md-editor_0.1.7_x64_en-US.msi (MSI) — for group-policy / MDM deployment.

Highlights

  • Live-preview editing, rendered tables (column sync, TSV/Excel copy)
  • Viewer mode (Ctrl+E) with code highlighting and clickable URLs
  • Tabs + session restore with external-change detection
  • Light / Dark / Follow-System themes
  • Opt-in per-user .md file association (File menu)

See the README for full details. / 자세한 내용은 README 참고.