ReadMD v0.3.9
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.9
- Local images no longer leak HTML in the preview. Custom-protocol URLs cannot go through
{@html}. The preview now inserts a plainimgtag 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/….pnglinks are loaded from the paste cache and from the document'simgfolder, 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.pnglink. Saving copies those files into animgfolder next to the Markdown file. Existing giantdata:imageblobs 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— MSIreadmd.exe— portable
Linux
readmd_*_amd64.AppImage— portable (recommended)readmd_*_amd64.deb— Debian / Ubuntu