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

DOCX Exporter Plus

michellegdyasonmichellegdyason181 downloads

Export Markdown notes to DOCX with Word heading navigation, visible colors on white paper, and working links.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Obsidian plugin that exports the active Markdown note to .docx.

What it does:

  • Maps Markdown headings to real Word heading levels so the document is navigable in Microsoft Word.
  • Preserves clickable links.
  • Reads rendered text colors from Obsidian and adjusts overly light text so it stays readable on white paper.
  • Exports embedded images and Markdown note embeds.
  • Converts image captions into Word caption paragraphs with Word Figure sequence numbering.
  • Writes the exported .docx next to the source note.

Current scope:

  • Exports paragraphs, headings, lists, code blocks, horizontal rules, basic tables, images, and embedded Markdown notes.
  • Uses Obsidian's renderer before conversion, which helps preserve rendered links and inline styling.
  • Non-Markdown media embeds such as PDFs/audio/video currently export as file reference links rather than inline media.

Build:

npm install
npm run build

Manual install for local testing:

.obsidian/plugins/docx-exporter-plus

Copy these files into that folder:

  • main.js
  • manifest.json
  • styles.css

Community release notes:

  • The GitHub release tag must match the version in manifest.json.
  • Release assets should include main.js, manifest.json, and styles.css.

Future releases:

git tag 0.1.4
git push origin 0.1.4

That tag triggers the GitHub Actions release workflow, which rebuilds the plugin, uploads the release assets, and generates GitHub artifact attestations for them.

100%
HealthExcellent
ReviewPassed
About
Export the active Markdown note to .docx with mapped Word heading levels, preserved clickable links, and embedded images and notes, using Obsidian's renderer to keep inline styling. Adjust rendered text colors for readability on white paper, convert image captions into Word figure captions with numbering, and save the .docx beside the source note.
ExportPublishingImages
Details
Current version
0.1.3
Last updated
2 weeks ago
Created
2 weeks ago
Updates
4 releases
Downloads
181
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
GitHub Sponsors
Author
michellegdyasonmichellegdyason
github.com/MichelleGDyason
GitHubmichellegdyason
  1. Community
  2. Plugins
  3. Export
  4. DOCX Exporter Plus

Related plugins

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Export Image plugin

Easily convert your article to image.

Export to HTML

Export your Markdown notes as HTML, directly in the clipboard or as a file.

ObShare

Your Note Synchronization and Share Solution Based on Feishu Docs.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

PlantUML

Generate PlantUML diagrams.

Ink

Hand write or draw directly between paragraphs using a digital pen, stylus, or Apple pencil.

Pandoc Plugin

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

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.