Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@TopHermDev TopHermDev released this 10 Aug 16:06
· 24 commits to main since this release

Markdown Editor v0.1.0

A lightweight markdown reader and editor built with Tauri 2.

Features

  • GitHub Flavored Markdown (GFM) support
  • Dark theme with syntax-highlighted preview
  • Keyboard shortcuts: E (edit), Escape (preview), Ctrl+O (open), Ctrl+S (save)
  • Line/column cursor position tracking
  • Tab indentation support

Downloads

Platform Package Install
Linux (Debian/Ubuntu) .deb sudo dpkg -i markdown-editor_0.1.0_amd64.deb
Linux (Arch) PKGBUILD makepkg -si or sudo bash install-pacman.sh
Linux (portable) .tar.gz Extract and run ./markdown-editor
macOS .dmg Download and drag to Applications
Windows .exe / .msi Run installer

Full Changelog: https://github.com/TopHermDev/markdown-editor/commits/v0.1.0