Worddown for WordPress Plugin Directory
Worddown is a WordPress Plugin Directory app by Adam Alexandersson.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Worddown is a newly-listed WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Adam Alexandersson — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from Worddown?
See Worddown's alternatives ranked by audit score, rating, and review velocity.
How Worddown works
Show full descriptionShow less
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, Divi classic shortcodes, etc.)
REST API endpoints for programmatic access
WP-CLI commands for automation
Multilingual support
Background export mode for large sites
Customizable HTML content filters
Adapters When a supported page builder is installed, enable it under Settings → Adapters:
Divi — Classic Builder shortcode layouts ([et_pb_*], Divi 4 / unmigrated pages). Boots Divi modules during export so shortcodes render to HTML before Markdown conversion. Native Divi 5 block layouts (<!-- wp:divi/... -->) use the standard WordPress content pipeline and do not need this adapter.
Modularity — Injects Modularity modules around main content when available.
Export Methods
WordPress Admin Dashboard
WP-CLI Commands
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);
Custom Metadata Filter Add or override YAML front matter keys after Worddown assembles core metadata (respecting your Metadata to include settings):
add_filter('worddown_custom_metadata', function($meta, $post_id, $context) { $meta['reading_time'] = get_post_meta($post_id, 'reading_time', true); return $meta; }, 10, 3);
Parameters:
$meta — Front matter array after admin toggles (add keys or overwrite existing ones)
$post_id — Post ID being exported
$context — Worddown\Export\PostContext with preloaded post data (read-only)
Available Translations
English
Swedish (sv_SE)
Development For development instructions and advanced usage, please visit the plugin repository.
Build Process The plugin uses Vite for asset compilation. Development requirements:
Node.js 16.0 or higher
npm 8.0 or higher
Keyword rankings
Worddown ranks for 2 keywords across WordPress Plugin Directory. Here are the top 2:
- Rank #281
- 2.chatbotRank #341
Competitors & alternatives
AppRanks tracks competitor sets per category. For Worddown, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Worddown?
Worddown is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Adam Alexandersson.