Skip to content

Releases: TopHermDev/markdown-editor

v0.4.3

Choose a tag to compare

@TopHermDev TopHermDev released this 18 Aug 17:48

What's New

  • Toast notifications — PDF and Word exports now show a visible toast instead of subtle status bar text
  • Smarter installer — install.sh detects existing installations, shows version info, and skips if already up to date
  • Update path documented — README now explains how to update from older versions

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@TopHermDev TopHermDev released this 18 Aug 16:55

Fixes

  • install.sh: no longer requires sudo — installs to ~/.local/bin by default instead of /usr/local/bin. Pass --system for a system-wide install.

Full Changelog: v0.4.1...v0.4.2

v0.4.1 — Fix install.sh

Choose a tag to compare

@TopHermDev TopHermDev released this 18 Aug 13:12

What's Fixed

  • install.sh is now self-contained — downloads the tarball, extracts the binary, and installs it. No more cannot stat 'markflow' error when piping via curl.
  • Updated README install URLs to v0.4.1

Install

curl -sL https://github.com/TopHermDev/markdown-editor/releases/download/v0.4.1/install.sh | bash

Or install the .deb package:

sudo dpkg -i markflow_0.4.1_amd64.deb

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@TopHermDev TopHermDev released this 16 Aug 18:04

MarkFlow v0.4.0

What's new

  • Autosave — debounced 5s localStorage save, session recovery prompt, Ctrl+Shift+S force save
  • README — comprehensive install instructions for all platforms
  • Dependabot — weekly dependency updates for Cargo, npm, GitHub Actions
  • File associations — right-click .md files → Open with MarkFlow
  • Logo — hashtag+flow icon in all sizes (32-512px, .ico, .icns)

Install

Platform Method
Linux .deb, .tar.gz, install.sh, Arch PKGBUILD
macOS .dmg (drag to Applications)
Windows .exe installer or .msi

Keyboard Shortcuts

Key Action
E Switch to edit mode
Escape Switch to preview
Ctrl+O Open file
Ctrl+S Save file
Ctrl+Shift+S Force save (autosave)
Tab Insert 4 spaces

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:37

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 21:12

Full Changelog: v0.1.0...v0.2.0

v0.1.0 — Initial Release

Choose a tag to compare

@TopHermDev TopHermDev released this 10 Aug 16:06

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