Skip to content

ReadMD v0.3.10

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:06

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.10

  • Same as 0.3.9. The Windows installer is rebuilt after GitHub returned 504 while fetching NSIS.

0.3.9

  • Local images no longer leak HTML in the preview. Custom-protocol URLs cannot go through {@html}. The preview now inserts a plain img tag and sets the real source on the element after render.

0.3.8

  • Find stays in the find bar. Typing a search no longer jumps the cursor into the editor or overwrites the document. Replace and Replace all are the only ways the file changes.
  • Pasted images render again. Blob URLs were leaking into the preview as broken HTML. Local img/ files are shown through the asset protocol, then attached on the image element.

0.3.7

  • Pasted images show in the preview. Short img/….png links are loaded from the paste cache and from the document's img folder, so Ctrl+V and drop display the picture instead of the Markdown text.

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