A minimal Markdown viewer web application with a clean, responsive interface.
- Drag and drop files for easy viewing
- Multiple file selection
- Folder selection to automatically fetch Markdown files
- Toggleable sidebar for file navigation
- Mobile-responsive design
- Syntax highlighting for code blocks
- No server required - runs entirely in the browser
- Open
index.htmlin any modern web browser - Select Markdown files using the "Select Files" button, or
- Select a folder containing Markdown files using the "Select Folder" button, or
- Drag and drop Markdown files directly onto the drop area
.md- Markdown files.markdown- Markdown files.txt- Plain text files (will be rendered as Markdown)
- Marked.js - Markdown parsing
- highlight.js - Syntax highlighting for code blocks
- Google Fonts - Poppins font family
Works in all modern browsers with JavaScript enabled:
- Chrome
- Firefox
- Safari
- Edge