Drop-in single-file Markdown viewer for any folder
Project description
md-viewer-py
Drop-in Markdown viewer for any folder — installable via pip.
Zero dependencies. Install once, use everywhere as mdview.
Install
pip install md-viewer-py
Or with pipx (recommended for CLI tools):
pipx install md-viewer-py
Or install directly from source:
pip install .
Then run from any directory:
mdview # serve current directory on port 8080
mdview 3000 # custom port
mdview /path/to/docs # custom directory
mdview /path/to/docs 3000 # both
Or run as a Python module without installing:
python -m md_viewer
Features
- Zero dependencies — Python standard library only, nothing to install
- pip/pipx installable — install once, use anywhere as
mdview - Dark theme UI — polished dark interface, easy on the eyes
- File tree sidebar — folder navigation with collapsible directories
- Full-text search — search across all Markdown files instantly
- Table of contents — auto-generated with scroll spy and collapsible groups
- Collapsible sections — click any heading to collapse/expand its content
.gitignoresupport — respects ignore patterns, skips.git,node_modules, etc.- Keyboard shortcuts — arrow keys to navigate,
/to search - Reading progress bar — visual indicator of scroll position
- Mobile responsive — works on small screens with hamburger menu
- Print-friendly — clean print stylesheet for hard copies
- Custom port and directory — point it at any folder, pick any port
- Live content refresh — file list and content auto-refresh as files change
Quick Start
pip install md-viewer-py
mdview
A browser tab opens automatically at http://localhost:8080.
Examples
- Mermaid Diagrams — flowcharts, sequence diagrams, gantt charts, and more
Keyboard Shortcuts
| Key | Action |
|---|---|
/ or Ctrl+K |
Focus search |
← ↑ |
Previous file |
→ ↓ |
Next file |
How It Works
md-viewer-py is a pip-installable HTTP server built on Python's http.server. It scans the directory for .md files, serves a single-page dark-themed UI, and renders Markdown client-side using marked.js from a CDN. No build step, no config files, no virtual environments beyond the install itself.
Alternative: Copy and Run
No install needed — just drop the wrapper into any folder:
python3 md-viewer.py
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
If you'd like to help but aren't sure where to start, here are some ideas:
- Light theme / theme switcher
- Syntax highlighting for code blocks (highlight.js)
- Mermaid diagram support
- Live reload on file changes
- Export to PDF or static HTML
Feel free to open an issue to discuss ideas before starting work.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file md_viewer_py-1.0.2.tar.gz.
File metadata
- Download URL: md_viewer_py-1.0.2.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3397dd73ff6657c3f345b9e8aded9c0795d4129c213dcefd6f1798970a8dc18a
|
|
| MD5 |
376ca159b59e6f1f169a0bf0067368cf
|
|
| BLAKE2b-256 |
0e75ca108b7eae606da6e102b70032fb015c9eb20b4d5fb90d157f3e8533ae77
|
File details
Details for the file md_viewer_py-1.0.2-py3-none-any.whl.
File metadata
- Download URL: md_viewer_py-1.0.2-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
897e06f5365854cd5a8aaa22eb0267f21a588d19fd01772200a1a394bad931dc
|
|
| MD5 |
3e73ac87aca579662e9338418e4ede7a
|
|
| BLAKE2b-256 |
8f624e53137fb49121c9e7c2ab655d0dffe7bd3818107decb4845695534e970d
|