Markdown Hot Reload
Install latest/stable of Markdown Hot Reload
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install markdown-hot-reload
Don't have snapd? Get set up for snaps.
Details for Markdown Hot Reload
Package name
- markdown-hot-reload
License
- MIT
Last updated
- Today - latest/stable
- Today - latest/edge
Websites
Source code
Command › Alias
Report a bug
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report Markdown Hot Reload for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
Offline, read-only GitHub-flavored markdown viewer that reloads on save
mhr shows a markdown file in a native window and re-renders it every time the file changes on disk. Your scroll position stays where it was. There is no editing surface, and mhr never writes to the file it opens.
It is built for reading files you did not write, such as a plan produced by an AI agent or a README from a repository you just cloned:
- No network access. The window blocks every outgoing request, so a document renders the same way with the network disconnected.
- No server and no port. Most markdown previewers render to a localhost page that any other process on the machine can read. mhr opens a window instead.
- Raw HTML is filtered to the same safe subset GitHub allows. Hand-written tables,
<details>and<kbd>render;<script>,<style>, event handlers, inline styles and non-web URLs are removed.
It renders GitHub Flavored Markdown, including tables, task lists, footnotes and alerts, plus syntax-highlighted code blocks, math converted to MathML and Mermaid diagrams. Front matter is removed cleanly instead of showing as a stray paragraph. Images do not display, because mhr reads only the single file you name.
- Open a file from a terminal with:
mhr notes.md - Or right-click a markdown file in your file manager and choose mhr from the "Open With" menu.
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
Install Markdown Hot Reload on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.