A simple standalone markdown viewer-only app for Windows 11.
Built with Tauri — Rust + SvelteKit + TypeScript.
Using GitHub flavored markdown style by sindresorhus and rendered with comrak.
Note
- Integrated custom installer into main executable
- Added .md file association on installation
- Added syntax highlighting
- Added LaTeX formatting
- Fixed relative image embeds
- Added YouTube embed support
- Added shortcut to edit in Notepad
- Added recent files on startup
- Added 'watch' mode to watch the markdown file for changes and update the markdown file in real-time
- Download the latest installer from the releases page
- Right click on a markdown file and select "Open with" and select the downloaded or installed executable
- [Optional] Set the executable as the default program to open
.mdfiles
Alternatively, you can install from source:
- Clone the repository
- Run
npm installto install dependencies - Run
npm run tauri buildto build the installer - Repeat the steps above to set the executable as the default program to open
.mdfiles
- Fix relative image embeds
- Add shortcut to edit in default text editor
- Tweak Windows installer to prevent desktop shortcut by default
- Add syntax highlighting for code blocks
- Add file association option for
.mdfiles in the Windows installer - Add option to toggle markdown rendering
- Add tabs



