Super MD Reader is a browser extension for previewing Markdown documents in your browser.
- Document Formats: Preview
file://,http://, andhttps://URLs with.md,.mkd,.mdx, or.markdownextensions:https://example.com/example.md(online Markdown URL)https://raw.githubusercontent.com/owner/repo/ref/README.md(GitHub raw file; the Files tab can list that folder)file:///Users/my-project/readme.markdown(local Markdown file, *requires specific permissions)
- Syntax Plugins: Emoji, superscripts/subscripts, checkboxes, math (KaTeX), Mermaid, Graphviz/DOT (
dot/digraph/graphvizfences), TOC, insertions, abbreviations, footnotes, definition lists, and alerts. Code blocks can be copied; images can be zoomed. - Themes: Light / dark / auto page themes, eight accent colors, and code highlighting.
- Sidebar: Files, Outline, and History tabs. Browse Markdown files in the current folder (or a GitHub raw folder), open a file on the right without reloading the page, and jump to headings in the outline.
- History: One recent record per folder, showing the file name and folder name in the sidebar and popup. Click the file to reopen it, or the folder icon to list sibling Markdown files.
- Hot Reloading: Watch local files for changes, with optional centered layout and a raw-source toggle.
- Languages: English, Simplified Chinese, Traditional Chinese, Korean, and Ukrainian.
- Shortcuts: Toggle sidebar, centered layout, auto-refresh, and theme (
Alt+Shift+B/C/R/T).
The default theme styles are stored in https://github.com/md-reader/theme. If you’d like to view or customize the theme styles, feel free to visit the link and adjust the CSS files as needed.
Example of Chrome:
-
Clone this repository and build it:
# Clone this repository git clone https://github.com/giscafer/super-markdown-reader.git && cd super-markdown-reader # Install dependencies pnpm install # Build the extension pnpm build
-
After a successful build, the unpacked extension is at
dist/md-reader. -
Open
chrome://extensions, turn on Developer mode, click Load unpacked, and select thedist/md-readerfolder. Do this once. Laterpnpm buildorpnpm devupdates the same folder. Usepnpm devwhile coding so the extension reloads automatically.Optional:
pnpm zipstill writesdist/md-reader-x.y.z.zipif you need a store package.
Example of Chrome:
After installation, Chrome is now able to preview online markdown documents. However, it is not able to preview local markdown documents by default and requires enabling file access permission for the Chrome extension.
Due to security reasons, Chrome by default disables extension access to local files. Therefore, after installing the plugin, you need to manually enable the permission in order to preview local markdown files.
In the Chrome Extensions management page, locate the installed "Super MD Reader" extension, click on "Details", and find the option "Allow access to file URLs" in the details page. Switch it to the enabled state (Please rest assured that "Super MD Reader" only performs read and display operations on markdown files and will not modify or upload user file data).
Now all the work is done~!ヾ(◍°∇°◍)ノ
Try the effect by opening this online document: Example Document; You can also try dragging a Markdown document directly into the browser!
Feel free to ask any questions or provide suggestions.
License MIT




