A simple, elegant desktop application to let user select a directory and then render the tree of subdirectories and list the MD files in them, with a nice little preview on the right panel. Author: @rohanpls
- File Explorer: Browse directories and view all your
.mdfiles in a clean tree structure. - Markdown Rendering: Renders Markdown to HTML with a GitHub-like style.
- Mermaid Support: Automatically renders Mermaid diagrams embedded in your Markdown.
- Syntax Highlighting: Displays fenced code blocks with styling.
- Adjustable Font Size: Easily increase or decrease the text size for comfortable reading.
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python MDViewer.py
- markdown2
- mermaid.py
- Pillow
- tkhtmlview
- ttkbootstrap