Skip to content

Markdown Maker v1.0.0

Latest

Choose a tag to compare

@cursor cursor released this 03 Sep 04:32
a90e83a

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

  1. Download the markdown-maker-v1.0.0.zip file
  2. Upload to WordPress via Plugins → Add New → Upload Plugin
  3. Activate the plugin
  4. Add the template functions to your theme

🔧 Requirements

  • WordPress 5.0+
  • PHP 7.4+

Full documentation and usage examples included in the plugin file.