https://github.com/prahladyeri/mdglance
Fast, minimal, and dependency-free Markdown viewing on Windows
https://github.com/prahladyeri/mdglance
csharp dotnet markdown markdown-to-html windows
Last synced: 27 days ago
JSON representation
Fast, minimal, and dependency-free Markdown viewing on Windows
- Host: GitHub
- URL: https://github.com/prahladyeri/mdglance
- Owner: prahladyeri
- License: mit
- Created: 2026-05-31T06:53:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-16T18:43:09.000Z (30 days ago)
- Last Synced: 2026-06-16T20:25:16.694Z (30 days ago)
- Topics: csharp, dotnet, markdown, markdown-to-html, windows
- Language: C#
- Homepage: https://github.com/prahladyeri/mdglance
- Size: 620 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.patreon.com/prahladyeri)
[](https://paypal.me/prahladyeri)
[](https://x.com/prahladyeri)
Fast, minimal, and dependency-free Markdown viewing on Windows.
## Genesis
My first acquaintance with Markdown syntax was when I started blogging and "redditing" many years ago, it used to be a way of authoring posts and blog articles with software like jekyll back then. But today, it's turned quite ubiquitous and found everywhere and most importantly, it's the language preferred by LLMs like chatgpt and gemini.
Consequently, you need a way to easily browse these important chat logs stored on your computer. My preference for such a tool is one that is both minimal and utilitarian at the same time (which is quite a rarity these days!), and that's how MDGlance was born on 31st May, 2026.
## Install
Just get the latest release build [from here](https://github.com/prahladyeri/mdglance/releases/latest) and extract it inside a directory of your choice such as `C:\Programs\`, create a shortcut and place on your desktop for regular access.
## Screenshots

## Build
Any Visual Studio Edition including Professional, Community, Express, etc. released in the last decade can be used to build the solution.
## Compatibility
- Runs on Windows 7 and later as long as .NET Framework 4 or above is installed.
- Should run on Linux too through WINE compatibility layer.