Obsidian Plugin

May 26, 2026 · View on GitHub

Markdown Viewer is available as an Obsidian community plugin for vault-native preview and export on desktop and mobile.

Overview

FeatureStatus
Markdown preview
Word export
All diagram types
LaTeX formulas
29 themes
Vault integration
Print
Preview settings panel

Version: 5.0.0
Minimum Obsidian Version: 1.0.0


Installation

From Obsidian Community Plugins

  1. Open Obsidian
  2. Go to Settings → Community plugins
  3. Turn off Restricted mode if prompted
  4. Click Browse and search for Markdown Viewer
  5. Click Install, then Enable

Open the Preview

After installation, run Open Markdown Viewer from the Command Palette or click the Markdown Viewer ribbon icon.

Viewer Actions

The Obsidian host code exposes these actions directly in the preview view:

  • Command Palette: Open Markdown Viewer
  • Ribbon icon: Markdown Viewer Preview
  • More options menu: Refresh Preview, Export to DOCX, Print
  • Preview title bar: Export menu and Settings panel

The native plugin settings page also includes file-type support toggles and Auto-preview on file open.


Supported Files

The plugin registers Markdown plus the shared format registry used across the repo:

ExtensionsType
.md, .markdown, .slides.mdMarkdown / Slidev documents
.plantuml, .pumlPlantUML diagrams
.mermaid, .mmdMermaid diagrams
.vega, .vl, .vega-liteVega / Vega-Lite charts
.gv, .dotGraphviz DOT graphs
.infographicInfographic charts
.canvasCanvas diagrams
.drawiodraw.io diagrams
.svgSVG assets handled by the preview view

Notes

  • Works in Obsidian Desktop and Obsidian Mobile
  • Opens preview in a split pane tied to the active file
  • Watches the active file and refreshes the preview when the file changes
  • Reuses the same export pipeline and themes as the other platforms