First Use
Now that you have Markdown Viewer installed, let’s open your first document!
Opening Markdown Files
Method 1: Drag and Drop
The simplest way to open a Markdown file:
- Open a new Chrome tab
- Drag your
.mdfile from your file manager into the browser window - Drop it — Markdown Viewer will automatically render it
Method 2: Double-Click (Requires File Access)
If you’ve enabled file access:
- Simply double-click any
.mdfile - It will open directly in Chrome with Markdown Viewer
Method 3: GitHub and Online Files
Markdown Viewer automatically renders Markdown files on:
- GitHub repositories (raw file view)
- GitLab repositories
- Any URL ending in
.md
Just navigate to the Markdown file, and it will be rendered automatically.
The Interface
When you open a Markdown file, you’ll see:
┌─────────────────────────────────────────────────────┐
│ 📄 Document Title [Toolbar] │
├─────────────────────────────────────────────────────┤
│ │
│ ┌─────────┐ │
│ │ Table │ Your beautifully rendered │
│ │ of │ Markdown content appears │
│ │ Contents│ here with all formatting, │
│ │ │ diagrams, and code highlighting │
│ │ • H1 │ │
│ │ • H2 │ │
│ │ • H3 │ │
│ └─────────┘ │
│ │
└─────────────────────────────────────────────────────┘
Toolbar Options
| Icon | Function | Shortcut |
|---|---|---|
| 📥 | Export to Word | Ctrl/Cmd + S |
| 🎨 | Change Theme | - |
| 📐 | Change Layout | - |
| 🔍+ | Zoom In | Ctrl/Cmd + + |
| 🔍- | Zoom Out | Ctrl/Cmd + - |
| 📑 | Toggle TOC | Ctrl/Cmd + B |
Exporting to Word
This is the core feature of Markdown Viewer!
Quick Export
- Open your Markdown file
- Click the Download button or press
Ctrl/Cmd + S - Watch the progress indicator
- The
.docxfile downloads automatically
What Gets Converted
| Markdown Element | Word Result |
|---|---|
| Headings | Styled headings |
| Bold/Italic | Formatted text |
| Code blocks | Syntax highlighted |
| Tables | Formatted tables |
| Images | Embedded images |
| Mermaid diagrams | High-res PNG |
| LaTeX formulas | Editable equations |
| Links | Clickable hyperlinks |
Switching Themes
- Click the Theme button in the toolbar
- Browse the 29 available themes
- Click a theme to preview it
- The document updates instantly
Theme Recommendations
| Use Case | Recommended Theme |
|---|---|
| Business reports | Business |
| Academic papers | Academic |
| Technical docs | Technical |
| Chinese documents | Heiti or Mixed |
| Creative content | Typewriter, Handwritten |
| General use | Default |
Adjusting the View
Layout Options
- Normal (1000px) - Standard reading width
- Full Screen - Uses entire browser width
- Narrow (530px) - Preview how it looks in Word
Zoom
Ctrl/Cmd + +— Zoom inCtrl/Cmd + -— Zoom outCtrl/Cmd + 0— Reset zoom- Zoom range: 50% to 400%
Table of Contents
- Press
Ctrl/Cmd + Bto toggle the sidebar TOC - Click any heading to jump to that section
- Auto-generated from your document headings
Tips for Best Results
-
Use standard Markdown syntax — The more standard your Markdown, the better the conversion
-
Test complex diagrams first — For documents with many Mermaid diagrams, do a test export
-
Check theme compatibility — Some themes work better with certain content types
-
Enable caching — Keep caching enabled for faster repeat opens
Next Steps
- Learn about enabling file access for local files
- Explore all features in detail
- See use cases for real-world examples