Markdown Maker WordPress Plugin v1.0.0
🎉 Initial Release
A developer-focused WordPress plugin that converts posts and pages to clean, LLM-ready Markdown format.
✨ Features
- Copy to Clipboard: One-click copying of post content as Markdown
- Download as File: Save posts as .md files locally
- Developer Functions: Easy-to-use template functions for theme integration
- Clean Conversion: Proper HTML to Markdown conversion with metadata
- LLM-Ready: Optimized output format for AI/LLM consumption
🚀 Usage
Add these functions to your WordPress theme templates:
// Copy to clipboard link
<?php echo markdown_maker_copy_link(); ?>
// Download as file link
<?php echo markdown_maker_download_link(); ?>📦 Installation
- Download the
markdown-maker-v1.0.0.zipfile - Upload to WordPress via Plugins → Add New → Upload Plugin
- Activate the plugin
- Add the template functions to your theme
🔧 Requirements
- WordPress 5.0+
- PHP 7.4+
Full documentation and usage examples included in the plugin file.