DOCX Exporter

by Kanshurichard
5
4
3
2
1
Score: 38/100

Description

The DOCX Exporter plugin focuses on turning notes into clean, usable DOCX files without relying on any external tools. It handles everyday Markdown elements like headings, lists, links, inline formatting, and code blocks with predictable results. Images are supported as well, whether they live locally in the vault or are pulled from the web, with sizing and formats managed automatically. A key strength is its platform-agnostic design. The export flow works the same on desktop and mobile, including tablets, which removes a common limitation seen in document export tools. The generated files open reliably in Microsoft Word and are suitable for sharing, editing, or further formatting. While some layout quirks may appear in Apple Pages or system preview apps, the output itself stays structurally sound and easy to recover through Word.

Reviews

No reviews yet.

Stats

15
stars
7,625
downloads
1
forks
148
days
148
days
149
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
6
total issues
4
open issues
2
closed issues
0
commits

Latest Version

5 months ago

Changelog

Update to adapt the requirements of Obsidian teams.

README file from

Github

DOCX Exporter: Obsidian Note Export Plugin

中文版

Introduction

DOCX Exporter is a plugin designed for Obsidian, aiming to help users easily export note content into DOCX format.

The biggest advantage of this plugin is its zero external dependencies. It does not require installing additional external tools like Pandoc, allowing it to run seamlessly on all platforms supported by Obsidian (including desktop, mobile, and iPad), providing you with a consistent export experience.

Key Features

  • Cross-Platform Support: Works on Windows, macOS, Linux, iOS, and Android without the need for additional software.
  • Rich Text Export: Supports exporting various Markdown formats, including headings, bold, italics, lists, hyperlinks, and code blocks.
  • Image Support: Can export local and web images from notes, and automatically handles image formats and dimensions.
  • Compatibility: The generated DOCX files have good compatibility with Microsoft Word.

Known Issues and Workarounds

Currently, we have found that when the exported DOCX file is opened with Apple Pages or the system's native Preview app, the formatting may be incorrect.

  • Cause: This is typically because these applications cannot correctly handle certain compatibility settings and font metadata within the DOCX file.
  • Workaround: Simply open the file with Microsoft Word (desktop or mobile version) and save it again. Word will automatically fix and add the necessary compatibility information, after which the file can be opened normally in Pages or other applications.

Installation

You can install the DOCX Exporter directly from the Obsidian Community Plugins market.

  • Open Obsidian Settings.
  • Click Community plugins, and then turn off Safe mode.
  • In the plugin list, search for "DOCX Exporter".
  • Click Install, then Enable the plugin.

How to Use

  1. Open the note you want to export.
  2. Click the export icon in the left sidebar, or run the command “Export current note to DOCX” via the command palette (Ctrl/Cmd + P).
  3. The plugin will generate a DOCX file and save it in the same folder as the current note.

Acknowledgements

This plugin uses the following open-source projects and libraries in its development:

  • JSZip
    • License: MIT
    • Description: Used for packing and unpacking DOCX files, which are essentially zipped archives.
  • docx
    • License: MIT
    • Description: A powerful library for generating DOCX files in pure JavaScript/TypeScript.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.