Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Pandoc Export Buttons

kebl3541kebl3541195 downloads

One-click buttons that export the current note to Word, PDF, HTML, EPUB, LaTeX, and any other format Pandoc supports.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

An Obsidian plugin with one-click buttons that export the current note to Word, PDF, HTML, EPUB, LaTeX, and any other format Pandoc supports.

If this plugin adds value for you and you would like to help support continued development, please use the buttons below:

PayPal   

☕ Buy me a coffee  ·  💙 Donate via PayPal

If you like this plugin or find it useful, please consider giving it a star on GitHub!

What it does

  • Adds a Pandoc export panel in the right sidebar (ribbon icon or command palette): a grid of format buttons. Click one, get the exported file.
  • Every format is also a command, so you can bind hotkeys (e.g. ⌘⇧W for Word).
  • Transclusions are expanded. ![[Another note]], ![[Note#Heading]], and ![[Note#^block]] embeds are replaced by the embedded content (recursively, cycle-safe), so the export reads like the note does in preview.
  • Exports match preview semantics. %%comments%% are removed (they're hidden in Obsidian), while anything inside code blocks or inline code stays exactly as written.
  • Images survive. ![[image.png]] embeds, including ones inside embedded notes, are resolved to real paths before conversion.
  • Citations just work. Notes using [@key] syntax automatically get --citeproc; point the settings at your .bib file and CSL style once (or declare them in note frontmatter).
  • PDF without installing LaTeX. With a LaTeX engine (tectonic, xelatex…) installed you get LaTeX typesetting; without one, the plugin renders the PDF with Obsidian's built-in Chromium, with nothing to install.
  • Choose where exports land: next to the note, in a vault folder, or any folder on disk.
  • Extra Pandoc arguments (--toc, --number-sections, custom templates…) can be set once and apply to every export.

Formats

Word (docx), PDF, HTML, EPUB, LaTeX, ODT, RTF, PowerPoint (pptx), plain text, GitHub-flavored Markdown, reStructuredText, Org, MediaWiki, DocBook, Jupyter notebook, Typst. Toggle which buttons appear in settings.

Requirements

  • Pandoc (brew install pandoc on macOS). The plugin auto-detects it in the usual homebrew/system locations; a custom path can be set in settings.
  • Optional, for LaTeX-quality PDF: a PDF engine such as tectonic (brew install tectonic), xelatex, typst, or wkhtmltopdf, all auto-detected. Without one, PDF export falls back to the built-in renderer automatically.

Desktop only (the plugin runs the pandoc executable).

Security and privacy

This plugin needs two capabilities that Obsidian's review process rightly flags, so here is exactly how they are used:

  • Process execution (child_process.execFile): the plugin's sole purpose is to run Pandoc. It executes only the Pandoc binary (auto-detected in standard locations, or the path you set) and, for PDF, the PDF engine. Arguments are passed as an array; no shell is invoked, so note names and settings cannot inject commands. Nothing runs except when you click an export button or run an export command.
  • Filesystem access (fs): note content is read through Obsidian's vault API, never fs. Direct filesystem access is limited to: writing the exported file where you chose, writing/deleting one temporary HTML file when the built-in PDF renderer is used, creating the output folder if missing, and checking whether the Pandoc/engine binaries exist during auto-detection.
  • No network access. The plugin makes no requests, collects nothing, and phones nowhere.

License

MIT © kebl3541

HealthExcellent
ReviewSatisfactory
About
Export notes to Word, PDF, HTML, EPUB, LaTeX or any Pandoc format via one-click sidebar buttons or commands. Expand transclusions, resolve images and citations, preserve preview output, produce LaTeX-quality PDFs with a TeX engine or fall back to Chromium rendering, and set export location or extra Pandoc args.
ExportFormatsPDF
Details
Current version
1.2.0
Last updated
2 weeks ago
Created
3 weeks ago
Updates
9 releases
Downloads
195
Compatible with
Obsidian 1.7.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
PayPal
Author
kebl3541kebl3541kebl3541
GitHubkebl3541
  1. Community
  2. Plugins
  3. Export
  4. Pandoc Export Buttons

Related plugins

Pandoc Plugin

Commands to export to Pandoc-supported formats like DOCX, ePub and PDF.

qmd as md

Edit, preview, and render Quarto (.qmd) files with executable code cells via Quarto to PDF, DOCX, HTML, or reveal.js.

Slides Extended

Create markdown-based reveal.js presentations. Fork of Advanced Slides.

Marp Slides

Create Marp presentations.

Markdown to Jira Converter

Convert notes or selections to Jira markup and vice versa.

PDF Highlights

Extract highlights, underlines and annotations from your PDFs.

ToWord

Export markdown files to Word (docx) with text styling, syntax highlighting, and full mobile support for iOS/Android.

PDF break page

Add shortkey and command to insert a break page formating for pdf exports.

Canvas Export

Export canvas files to HTML, Excalidraw, Mermaid, D2, and PDF.

DOCX Exporter

Export notes to Microsoft Word docx files with mobile devices support.