Title: Worddown
Author: Adam Alexandersson
Published: <strong>2025 年 8 月 29 日</strong>
Last modified: 2026 年 2 月 11 日

---

搜尋外掛

![](https://ps.w.org/worddown/assets/banner-772x250.jpg?rev=3352515)

![](https://ps.w.org/worddown/assets/icon-256x256.jpg?rev=3352515)

# Worddown

 由 [Adam Alexandersson](https://profiles.wordpress.org/adamalexandersson/) 開發

[下載](https://downloads.wordpress.org/plugin/worddown.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/worddown/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/worddown/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/worddown/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/worddown/#developers)

 [技術支援](https://wordpress.org/support/plugin/worddown/)

## 外掛說明

Worddown is a powerful WordPress plugin that enables you to export your pages and
posts to markdown files, making them perfect for integration with AI chatbots and
other markdown-based systems.

#### Key Features

 * Export pages and posts to markdown files
 * Support for custom page builders (ACF Flexible Content, Elementor, etc.)
 * REST API endpoints for programmatic access
 * WP-CLI commands for automation
 * Multilingual support
 * Background export mode for large sites
 * Customizable HTML content filters

#### Export Methods

 1. WordPress Admin Dashboard
 2. WP-CLI Commands
 3. REST API Endpoints

#### WP-CLI Support

Export your content directly from the command line:

    ```
    wp worddown export
    ```

For large sites, use background mode:

    ```
    wp worddown export --background
    ```

#### REST API

Access export functionality programmatically through REST API endpoints:

 * GET /wp-json/worddown/v1/files – List all exported markdown files
 * GET /wp-json/worddown/v1/files/{post_id} – Get specific file content
 * POST /wp-json/worddown/v1/export – Trigger export

#### Custom HTML Content Filters

Customize your markdown output using WordPress filters:

    ```
    add_filter('worddown_custom_html_content', function($content, $post_id, $post_type) {
        if ($post_type === 'page') {
            $content .= '<div>My custom HTML for page ' . $post_id . '</div>';
        }
        return $content;
    }, 10, 3);
    ```

#### Available Translations

 * English
 * Swedish (sv_SE)

### Development

For development instructions and advanced usage, please visit the [plugin repository](https://github.com/adamalexandersson/worddown).

#### Build Process

The plugin uses Vite for asset compilation. Development requirements:

 * Node.js 16.0 or higher
 * npm 8.0 or higher

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/worddown` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Configure the plugin settings through the ‘Worddown’ menu item in the WordPress
    admin panel

## 常見問題集

### Can I use this with my custom page builder?

Yes! Worddown provides filters that allow you to inject custom HTML content from
any page builder before the markdown conversion process.

### Does it support multisite?

Yes, Worddown works with WordPress multisite installations. You can use the –url
parameter with WP-CLI commands to target specific subsites.

### How do I handle large exports?

For large sites, we recommend using either the background mode via WP-CLI (`wp worddown
export --background`) or the REST API with the background parameter enabled.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Worddown〉的開發相關工作。

參與者

 *   [ Adam Alexandersson ](https://profiles.wordpress.org/adamalexandersson/)

〈Worddown〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/worddown/contributors)
為這個外掛做出的貢獻。

[將〈Worddown〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/worddown)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/worddown/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/worddown/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/worddown/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/worddown/)。

## 變更記錄

= 1.1.3
 * Add before/after export hooks to adapter. The Modularity adapter now 
uses these hooks for pre/post processing, reducing coupling and keeping the core
exporter generic.

= 1.1.2
 * Fixes and improvements * Added testet up to WordPress 6.9

= 1.1.1
 * Fixes and improvements

= 1.1.0
 * Implement atomic export using pending directory * General improvements

#### 1.0.0

 * Initial release

## 中繼資料

 *  版本 **1.1.3**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/worddown/) 及 [Swedish](https://sv.wordpress.org/plugins/worddown/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/worddown)
 * 標籤
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[chatbot](https://tw.wordpress.org/plugins/tags/chatbot/)
   [content](https://tw.wordpress.org/plugins/tags/content/)[export](https://tw.wordpress.org/plugins/tags/export/)
   [markdown](https://tw.wordpress.org/plugins/tags/markdown/)
 *  [進階檢視](https://tw.wordpress.org/plugins/worddown/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/worddown/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/worddown/reviews/)

## 參與者

 *   [ Adam Alexandersson ](https://profiles.wordpress.org/adamalexandersson/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/worddown/)