{"id":348836,"date":"2026-08-10T13:45:19","date_gmt":"2026-08-10T13:45:19","guid":{"rendered":"https:\/\/ja.wordpress.org\/plugins\/posts-to-markdown-export-posts-pages-custom-post-types-as-markdown\/"},"modified":"2026-08-10T13:45:06","modified_gmt":"2026-08-10T13:45:06","slug":"seory-posts-to-markdown","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/seory-posts-to-markdown\/","author":23525044,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1","stable_tag":"0.1","tested":"7.0.3","requires":"6.7","requires_php":"7.4","requires_plugins":null,"header_name":"Seory Posts to Markdown","header_author":"seoryco","header_description":"Export posts, pages, and custom post types as Markdown files with YAML front matter, bundled into a ZIP archive. Runs entirely on your server \u2014 AI-ready output, no external services.","assets_banners_color":"58aad4","last_updated":"2026-08-10 13:45:06","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/tools.seory.co.jp\/wp-to-markdown","header_author_uri":"https:\/\/seory.co.jp","rating":0,"author_block_rating":0,"active_installs":0,"downloads":31,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1":{"tag":"0.1","author":"seoryco","date":"2026-08-10 13:45:06"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3640661,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3640661,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3640661,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3640661,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3640661,"resolution":"1","location":"assets","locale":"","width":844,"height":965}},"screenshots":{"1":"Export settings under Tools \u2192 Seory Posts to Markdown: per-post-type selection with taxonomy filters, content rendering modes, date range, and output options"}},"plugin_section":[],"plugin_tags":[2353,5520,1859,226124,4608],"plugin_category":[59],"plugin_contributors":[273242],"plugin_business_model":[],"class_list":["post-348836","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-converter","plugin_tags-export","plugin_tags-llm","plugin_tags-markdown","plugin_category-utilities-and-tools","plugin_contributors-seoryco","plugin_committers-seoryco"],"banners":{"banner":"https:\/\/ps.w.org\/seory-posts-to-markdown\/assets\/banner-772x250.png?rev=3640661","banner_2x":"https:\/\/ps.w.org\/seory-posts-to-markdown\/assets\/banner-1544x500.png?rev=3640661","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/seory-posts-to-markdown\/assets\/icon-128x128.png?rev=3640661","icon_2x":"https:\/\/ps.w.org\/seory-posts-to-markdown\/assets\/icon-256x256.png?rev=3640661","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/seory-posts-to-markdown\/assets\/screenshot-1.png?rev=3640661","caption":"Export settings under Tools \u2192 Seory Posts to Markdown: per-post-type selection with taxonomy filters, content rendering modes, date range, and output options"}],"raw_content":"<!--section=description-->\n<p>Seory Posts to Markdown converts your site content into clean Markdown files and bundles them into a single ZIP archive \u2014 ready to hand to AI tools, static site generators, or any Markdown-based workflow.<\/p>\n\n<p><strong>Everything runs on your server.<\/strong> No data is sent to external services, no API keys, no accounts.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Export posts, pages, and public custom post types in one click<\/li>\n<li>YAML front matter: title, date, type, status, slug, link, author, featured image, categories, tags, custom taxonomy terms, draft flag<\/li>\n<li><strong>Two content modes<\/strong>: raw editor content, or fully rendered content with shortcodes and blocks expanded (<code>the_content<\/code> filters applied)<\/li>\n<li>Per-post-type taxonomy filters (categories, custom taxonomies) plus a global date range; optionally include drafts<\/li>\n<li>Flexible output layout: flat files (<code>slug.md<\/code>), per-post folders (<code>slug\/index.md<\/code>), date prefixes (<code>2024-01-15-slug.md<\/code>), and year \/ year-month folders<\/li>\n<li>Optional <code>index.md<\/code> table of contents \u2014 a convenient entry point when handing the archive to AI tools<\/li>\n<li>GFM tables, fenced code blocks, ATX headings<\/li>\n<li>Batch processing keeps large sites within PHP time limits<\/li>\n<\/ul>\n\n<h4>What it does not do<\/h4>\n\n<ul>\n<li>Images are not downloaded; image URLs remain as Markdown references<\/li>\n<li><code>script<\/code>, <code>style<\/code>, and <code>noscript<\/code> elements are removed from the output<\/li>\n<\/ul>\n\n<h4>Related<\/h4>\n\n<p>A browser-based version (convert a WordPress export XML without installing anything) is available at <a href=\"https:\/\/tools.seory.co.jp\/wp-to-markdown\">tools.seory.co.jp\/wp-to-markdown<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install and activate the plugin.<\/li>\n<li>Go to <strong>Tools \u2192 Seory Posts to Markdown<\/strong>.<\/li>\n<li>Choose post types and output options, then click <strong>Convert and download ZIP<\/strong>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"is%20my%20content%20sent%20anywhere%3F\"><h3>Is my content sent anywhere?<\/h3><\/dt>\n<dd><p>No. Conversion runs entirely on your own server, and the generated ZIP is deleted right after download.<\/p><\/dd>\n<dt id=\"what%20is%20the%20difference%20between%20the%20two%20content%20modes%3F\"><h3>What is the difference between the two content modes?<\/h3><\/dt>\n<dd><p><em>Raw editor content<\/em> converts the stored post content as-is: shortcodes stay unexpanded and block markup comments are removed. <em>Rendered content<\/em> applies the <code>the_content<\/code> filters first, so shortcodes and blocks are expanded to their final HTML before conversion.<\/p><\/dd>\n<dt id=\"which%20user%20roles%20can%20use%20it%3F\"><h3>Which user roles can use it?<\/h3><\/dt>\n<dd><p>Users with the <code>export<\/code> capability (administrators by default).<\/p><\/dd>\n<dt id=\"are%20custom%20post%20types%20supported%3F\"><h3>Are custom post types supported?<\/h3><\/dt>\n<dd><p>Yes \u2014 all public custom post types appear in the post type list.<\/p><\/dd>\n<dt id=\"can%20i%20customize%20the%20front%20matter%3F\"><h3>Can I customize the front matter?<\/h3><\/dt>\n<dd><p>Yes. Developers can add, remove, or reorder keys with the <code>seoryco_wpmd_frontmatter<\/code> filter:<\/p>\n\n<pre><code>add_filter( 'seoryco_wpmd_frontmatter', function ( $pairs, $post ) {\n    $pairs['subtitle'] = '\"' . get_post_meta( $post-&gt;ID, 'subtitle', true ) . '\"';\n    return $pairs;\n}, 10, 2 );\n<\/code><\/pre>\n\n<p>Values must be YAML-formatted; keys with an empty-string value are omitted.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Export posts, pages, and custom post types as Markdown files with YAML front matter, bundled into a ZIP. AI-ready, no external services.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/348836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=348836"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/seoryco"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=348836"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=348836"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=348836"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=348836"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=348836"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=348836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}