Description
Vexalyn LLM MD automatically generates and serves Markdown versions of your WordPress posts and pages, optimized for consumption by Large Language Models (LLMs) such as ChatGPT, Claude, and others.
Whether you want to make your content more accessible to AI tools, build RAG (Retrieval-Augmented Generation) pipelines, or simply expose your content in a clean machine-readable format, this plugin provides a seamless solution directly within WordPress.
Features:
- Auto-generates Markdown on post save for selected post types
- Serves Markdown via a clean URL endpoint (
/article.md) appended to any post URL - Also serves Markdown via the
Accept: text/markdownHTTP header for programmatic access - Bulk generation of Markdown for all existing posts at once
- Export all generated Markdown files as a single ZIP archive
- Dedicated admin panel located under Vexalyn > LLM MD in the WordPress dashboard
Installation
- Upload the
vexalyn-llm-mdfolder to the/wp-content/plugins/directory, or install the plugin directly through the WordPress plugin screen. - Activate the plugin through the Plugins screen in WordPress.
- Navigate to Vexalyn > LLM MD in the WordPress admin menu to configure the plugin settings.
- Select the post types for which Markdown should be automatically generated on save.
- Optionally, use the bulk generation tool to generate Markdown for all existing posts.
FAQ
-
How do I access the Markdown version of a post?
-
Simply append
.mdto any post URL. For example, if your post URL ishttps://example.com/my-article/, the Markdown version will be available athttps://example.com/my-article.md. -
Can I access the Markdown programmatically?
-
Yes. You can send an HTTP request with the
Accept: text/markdownheader to any post URL, and the plugin will return the Markdown content instead of the standard HTML page. -
Which post types are supported?
-
The plugin supports any public post type registered in WordPress. You can configure which post types trigger automatic Markdown generation from the admin panel under Vexalyn > LLM MD.
-
How do I regenerate Markdown for existing posts?
-
Go to Vexalyn > LLM MD in the admin menu and use the bulk generation tool to regenerate Markdown for all posts at once.
-
Can I export all Markdown files?
-
Yes. The admin panel includes an export feature that packages all generated Markdown files into a single ZIP archive for download.
-
Does the plugin slow down my site?
-
No. Markdown generation happens asynchronously on post save and is stored for later serving. Serving a
.mdfile is a lightweight operation with no impact on regular page load performance.
Reviews
There are no reviews for this plugin.
ডেভেলপার এবং কন্ট্রিবিউটর
“Vexalyn LLM MD” is open source software. The following people have contributed to this plugin.
কন্ট্রিবিউটরTranslate “Vexalyn LLM MD” into your language.
ডেভেলপমেন্ট এ আগ্রহী?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- Auto-generation of Markdown on post save for selected post types.
- Markdown served via
.mdURL endpoint. - Markdown served via
Accept: text/markdownHTTP header. - Bulk generation of Markdown for all posts.
- ZIP export of all generated Markdown files.
- Admin panel under Vexalyn > LLM MD.


