{"id":308442,"date":"2026-05-16T07:46:49","date_gmt":"2026-05-16T07:46:49","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/vexalyn-llm-md\/"},"modified":"2026-05-16T07:45:53","modified_gmt":"2026-05-16T07:45:53","slug":"vexalyn-llm-md","status":"publish","type":"plugin","link":"https:\/\/bn.wordpress.org\/plugins\/vexalyn-llm-md\/","author":14357985,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"6.9.4","requires":"6.0","requires_php":"8.0","requires_plugins":null,"header_name":"Vexalyn LLM MD","header_author":"Kantari Samy","header_description":"Generate and serve Markdown files optimized for Large Language Models (LLMs) for WordPress articles.","assets_banners_color":"353847","last_updated":"2026-05-16 07:45:53","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/www.vexalyn.fr","header_author_uri":"https:\/\/www.samy-kantari.fr","rating":0,"author_block_rating":0,"active_installs":0,"downloads":54,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"leprincenoir","date":"2026-05-16 07:45:53"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":3533624,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3533624,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3533624,"resolution":"1","location":"assets","locale":"","width":797,"height":898},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3533624,"resolution":"2","location":"assets","locale":"","width":602,"height":1005}},"screenshots":{"1":"Settings page","2":"Display of the indication if activated."}},"plugin_section":[],"plugin_tags":[2353,5739,226492,226124,4608],"plugin_category":[],"plugin_contributors":[125439],"plugin_business_model":[],"class_list":["post-308442","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-artificial-intelligence","plugin_tags-content-export","plugin_tags-llm","plugin_tags-markdown","plugin_contributors-leprincenoir","plugin_committers-leprincenoir"],"banners":{"banner":"https:\/\/ps.w.org\/vexalyn-llm-md\/assets\/banner-772x250.jpg?rev=3533624","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/vexalyn-llm-md\/assets\/icon-256x256.jpg?rev=3533624","icon_2x":"https:\/\/ps.w.org\/vexalyn-llm-md\/assets\/icon-256x256.jpg?rev=3533624","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/vexalyn-llm-md\/assets\/screenshot-1.png?rev=3533624","caption":"Settings page"},{"src":"https:\/\/ps.w.org\/vexalyn-llm-md\/assets\/screenshot-2.png?rev=3533624","caption":"Display of the indication if activated."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>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.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Auto-generates Markdown on post save for selected post types<\/li>\n<li>Serves Markdown via a clean URL endpoint (<code>\/article.md<\/code>) appended to any post URL<\/li>\n<li>Also serves Markdown via the <code>Accept: text\/markdown<\/code> HTTP header for programmatic access<\/li>\n<li>Bulk generation of Markdown for all existing posts at once<\/li>\n<li>Export all generated Markdown files as a single ZIP archive<\/li>\n<li>Dedicated admin panel located under <strong>Vexalyn &gt; LLM MD<\/strong> in the WordPress dashboard<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>vexalyn-llm-md<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory, or install the plugin directly through the WordPress plugin screen.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> screen in WordPress.<\/li>\n<li>Navigate to <strong>Vexalyn &gt; LLM MD<\/strong> in the WordPress admin menu to configure the plugin settings.<\/li>\n<li>Select the post types for which Markdown should be automatically generated on save.<\/li>\n<li>Optionally, use the bulk generation tool to generate Markdown for all existing posts.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20access%20the%20markdown%20version%20of%20a%20post%3F\"><h3>How do I access the Markdown version of a post?<\/h3><\/dt>\n<dd><p>Simply append <code>.md<\/code> to any post URL. For example, if your post URL is <code>https:\/\/example.com\/my-article\/<\/code>, the Markdown version will be available at <code>https:\/\/example.com\/my-article.md<\/code>.<\/p><\/dd>\n<dt id=\"can%20i%20access%20the%20markdown%20programmatically%3F\"><h3>Can I access the Markdown programmatically?<\/h3><\/dt>\n<dd><p>Yes. You can send an HTTP request with the <code>Accept: text\/markdown<\/code> header to any post URL, and the plugin will return the Markdown content instead of the standard HTML page.<\/p><\/dd>\n<dt id=\"which%20post%20types%20are%20supported%3F\"><h3>Which post types are supported?<\/h3><\/dt>\n<dd><p>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 <strong>Vexalyn &gt; LLM MD<\/strong>.<\/p><\/dd>\n<dt id=\"how%20do%20i%20regenerate%20markdown%20for%20existing%20posts%3F\"><h3>How do I regenerate Markdown for existing posts?<\/h3><\/dt>\n<dd><p>Go to <strong>Vexalyn &gt; LLM MD<\/strong> in the admin menu and use the bulk generation tool to regenerate Markdown for all posts at once.<\/p><\/dd>\n<dt id=\"can%20i%20export%20all%20markdown%20files%3F\"><h3>Can I export all Markdown files?<\/h3><\/dt>\n<dd><p>Yes. The admin panel includes an export feature that packages all generated Markdown files into a single ZIP archive for download.<\/p><\/dd>\n<dt id=\"does%20the%20plugin%20slow%20down%20my%20site%3F\"><h3>Does the plugin slow down my site?<\/h3><\/dt>\n<dd><p>No. Markdown generation happens asynchronously on post save and is stored for later serving. Serving a <code>.md<\/code> file is a lightweight operation with no impact on regular page load performance.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Auto-generation of Markdown on post save for selected post types.<\/li>\n<li>Markdown served via <code>.md<\/code> URL endpoint.<\/li>\n<li>Markdown served via <code>Accept: text\/markdown<\/code> HTTP header.<\/li>\n<li>Bulk generation of Markdown for all posts.<\/li>\n<li>ZIP export of all generated Markdown files.<\/li>\n<li>Admin panel under Vexalyn &gt; LLM MD.<\/li>\n<\/ul>","raw_excerpt":"Generates and serves Markdown files optimized for LLMs (Large Language Models) for your WordPress articles.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/308442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=308442"}],"author":[{"embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/leprincenoir"}],"wp:attachment":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=308442"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=308442"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=308442"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=308442"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=308442"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=308442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}