Linux 软件免费装
Banner图

Worddown

开发者 adamalexandersson
更新时间 2026年2月11日 20:06
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPL v3 or later
版权网址: 版权信息

标签

content export markdown ai chatbot

下载

1.1.1 1.1.2

详情介绍:

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 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: 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

安装:

  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.

更新日志:

= 1.1.2 1.0.0