{"id":263538,"date":"2025-12-02T16:16:59","date_gmt":"2025-12-02T16:16:59","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-export-to-markdown\/"},"modified":"2025-12-03T09:32:08","modified_gmt":"2025-12-03T09:32:08","slug":"simple-export-md","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/simple-export-md\/","author":11585502,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.2","stable_tag":"0.1.2","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Simple Export to Markdown","header_author":"Pavel Sherer","header_description":"Adds a Gutenberg panel \u201cExport to Markdown\u201d with buttons to download .md or copy Markdown to clipboard.","assets_banners_color":"cccccc","last_updated":"2025-12-03 09:32:08","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/sherer-pro\/simple-export-md","header_author_uri":"https:\/\/sherer.pro","rating":0,"author_block_rating":0,"active_installs":100,"downloads":576,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":{"0.1.1":{"tag":"0.1.1","author":"Skreep","date":"2025-12-03 09:13:20"},"0.1.2":{"tag":"0.1.2","author":"Skreep","date":"2025-12-03 09:32:08"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3408245,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3408245,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3408245,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3409162,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"meta\":{\"title\":\"Simple Export to Markdown demo\",\"description\":\"Playground demo that installs and opens the Simple Export to Markdown plugin in the post editor.\",\"author\":\"Pavel Sherer\",\"categories\":[\"plugins\",\"editor\"]},\"preferredVersions\":{\"php\":\"7.4\",\"wp\":\"6.0\"},\"login\":true,\"siteOptions\":{\"blogname\":\"Simple Export to Markdown demo\"},\"landingPage\":\"\\\/wp-admin\\\/post.php?post=1&action=edit\",\"steps\":[{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"simple-export-md\"},\"options\":{\"activate\":true}},{\"step\":\"runPHP\",\"code\":\"<?php\\nrequire_once '\\\/wordpress\\\/wp-load.php';\\n\\nwp_insert_post( array(\\n 'ID' => 1,\\n 'post_title' => 'Simple Export to Markdown demo',\\n 'post_content' => '<!-- wp:paragraph --><p>This is a demo post for the <strong>Simple Export to Markdown<\\\/strong> plugin. Open the Settings sidebar, find the Export to Markdown panel and try exporting this post.<\\\/p><!-- \\\/wp:paragraph --><!-- wp:heading --><h2>Sample content<\\\/h2><!-- \\\/wp:heading --><!-- wp:list --><ul><li>Paragraph<\\\/li><li>Heading<\\\/li><li>List<\\\/li><\\\/ul><!-- \\\/wp:list -->',\\n 'post_status'  => 'publish',\\n 'post_type' => 'post'\\n) );\\n\"}]}"}},"all_blocks":[],"tagged_versions":["0.1.1","0.1.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3408245,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3408245,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Gutenberg editor with the <strong>Export to Markdown<\/strong> panel in the right sidebar.","2":"Example Markdown file with generated YAML front matter."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[17897,529,1332,1859,4608],"plugin_category":[46,59],"plugin_contributors":[251552],"plugin_business_model":[],"class_list":["post-263538","plugin","type-plugin","status-publish","hentry","plugin_tags-clipboard","plugin_tags-content","plugin_tags-editor","plugin_tags-export","plugin_tags-markdown","plugin_category-editor-and-writing","plugin_category-utilities-and-tools","plugin_contributors-skreep","plugin_committers-skreep"],"banners":{"banner":"https:\/\/ps.w.org\/simple-export-md\/assets\/banner-772x250.png?rev=3408245","banner_2x":"https:\/\/ps.w.org\/simple-export-md\/assets\/banner-1544x500.png?rev=3408245","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/simple-export-md\/assets\/icon.svg?rev=3408245","icon":"https:\/\/ps.w.org\/simple-export-md\/assets\/icon.svg?rev=3408245","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-export-md\/assets\/screenshot-1.png?rev=3408245","caption":"Gutenberg editor with the <strong>Export to Markdown<\/strong> panel in the right sidebar."},{"src":"https:\/\/ps.w.org\/simple-export-md\/assets\/screenshot-2.png?rev=3408245","caption":"Example Markdown file with generated YAML front matter."}],"raw_content":"<!--section=description-->\n<p><strong>Simple Export to Markdown<\/strong> adds a small, useful panel inside the WordPress block editor.\nWith a single click, you can export the current post or page to Markdown \u2014 either download a <code>.md<\/code> file or copy it directly to the clipboard.<\/p>\n\n<p>The plugin uses the <a href=\"https:\/\/github.com\/mixmark-io\/turndown\">Turndown<\/a> library to accurately convert Gutenberg blocks into Markdown syntax, preserving headings, paragraphs, images, lists, quotes, and other standard content.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Export any Gutenberg post or page directly to Markdown.<\/li>\n<li>Two modes: <strong>Download .md<\/strong> or <strong>Copy to Clipboard<\/strong>.<\/li>\n<li>Auto-generated YAML front matter (<code>title<\/code>, <code>slug<\/code>, <code>date<\/code>, <code>categories<\/code>, <code>tags<\/code>).<\/li>\n<li>Works natively inside the block editor \u2014 no admin pages or complex settings.<\/li>\n<li>Lightweight (under 14 KB of JS), no tracking, no external API calls.<\/li>\n<\/ul>\n\n<h3>Requirements<\/h3>\n\n<ul>\n<li>WordPress 6.0 or newer.<\/li>\n<li>PHP 7.4 or newer.<\/li>\n<li>Active Gutenberg (block) editor.<\/li>\n<\/ul>\n\n<h3>License<\/h3>\n\n<p>This plugin is open-source software licensed under the GPLv2 (or later).\n\u00a9 2025 <a href=\"https:\/\/sherer.pro\">Pavel Sherer<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to your <code>\/wp-content\/plugins\/<\/code> directory, or install the plugin directly via the WordPress Plugins screen.<\/li>\n<li>Activate the plugin through the \u201cPlugins\u201d menu in WordPress.<\/li>\n<li>Open any post or page in the Gutenberg editor \u2014 you\u2019ll see a new sidebar panel named <strong>Export to Markdown<\/strong>.<\/li>\n<li>Click <strong>Download .md<\/strong> to save a Markdown file, or <strong>Copy Markdown<\/strong> to copy the generated text into your clipboard.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='where%20can%20i%20find%20the%20export%20button%3F'><h3>Where can I find the export button?<\/h3><\/dt>\n<dd><p>In the Gutenberg editor sidebar (click the Settings icon if the sidebar is hidden), under a panel titled \u201cExport to Markdown\u201d.<\/p><\/dd>\n<dt id='does%20this%20work%20in%20the%20classic%20editor%3F'><h3>Does this work in the Classic Editor?<\/h3><\/dt>\n<dd><p>No. The plugin only works in the modern block (Gutenberg) editor.<\/p><\/dd>\n<dt id='can%20i%20export%20custom%20blocks%3F'><h3>Can I export custom blocks?<\/h3><\/dt>\n<dd><p>Yes. Custom blocks will be serialized as HTML before Markdown conversion. Standard HTML will appear correctly in your Markdown output.<\/p><\/dd>\n<dt id='does%20it%20save%20files%20on%20the%20server%3F'><h3>Does it save files on the server?<\/h3><\/dt>\n<dd><p>No. All conversion and download happen locally in your browser for security and privacy.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Adds a Gutenberg editor panel to export any post or page content to Markdown format (.md file or clipboard).","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/263538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=263538"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/skreep"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=263538"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=263538"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=263538"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=263538"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=263538"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=263538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}