Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MdViewer

Read this in other languages: Русский

A tiny, fast Markdown viewer for Windows with editing, printing and PDF export. The whole app is under 2 MB and needs nothing installed — it uses the .NET Framework 4.8 and the Edge WebView2 engine already built into Windows 10/11.

MdViewer screenshot

Features

  • View Markdown files with GitHub-like styling: headings, lists, tables, code blocks, quotes, images (including relative paths)
  • Edit in a simple Notepad-style text mode (Ctrl+E), with unsaved-changes protection; original line endings (LF/CRLF) are preserved on save
  • Print to any printer with preview, or export to PDF in one click
  • Open files via dialog (Ctrl+O), drag & drop, command line (MdViewer.exe file.md) or double-click (after file association)
  • External links open in your default browser; links to neighbouring .md files open right in the viewer
  • Russian user interface

Download

Grab the latest build from the Releases page — unpack anywhere and run MdViewer.exe. No installation required.

Requirements: Windows 10/11 x64. Both the .NET Framework 4.8 runtime and the WebView2 runtime ship with Windows 11 (on older Windows 10 builds you may need to install the WebView2 Runtime).

Building from source

Visual Studio 2022 (with .NET desktop workload) or the .NET SDK:

dotnet build MdViewer.sln -c Release

The result appears in MdViewer/bin/Release/net48/.

Dependencies (restored automatically from NuGet):

License

MIT

About

Tiny Markdown viewer for Windows with editing, printing and PDF export

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages