Skip to content

ReadMD v0.3.6

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:22

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu