[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fdHcjcCT7QcutAoDZqaYmX9ftaJRIXMmvjzrrIjDFPaM":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"mitchmac","https:\u002F\u002Fprofiles.wordpress.org\u002Fmitchmac\u002F",1,100,85,30,84,"2026-04-05T15:20:05.285Z",[13],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":7,"downloaded":19,"rating":7,"num_ratings":20,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":30,"download_link":31,"security_score":8,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"wp-gatsby-markdown-exporter","WP Gatsby Markdown Exporter","0.3.3","\u003Cp>The plugin creates zip files containing posts converted to Markdown. A WP-CLI command exists to handle exporting sites with a large amount of content.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Move WordPress content to Gatsby-friendly Markdown.\u003C\u002Fli>\n\u003Cli>Customize the export! Remap and restructure exported fields.\u003C\u002Fli>\n\u003Cli>CLI: Avoid PHP timeouts by using the command line with WP-CLI.\u003C\u002Fli>\n\u003Cli>CLI: Export progress bar (great for large sites)!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cblockquote>\n\u003Cp>Reminder: always keep a backup of the WordPress database and files in case your export doesn’t work as expected!\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>Working with Gatsby\u003C\u002Fh3>\n\u003Cp>If you’re just getting started with Gatsby, we recommend experimenting with a Markdown based Gatsby starter like \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftinacms\u002Ftina-starter-grande\" rel=\"nofollow ugc\">Tina Grande\u003C\u002Fa>. Installation is as easy as:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>git clone https:\u002F\u002Fgithub.com\u002Ftinacms\u002Ftina-starter-grande.git\n\ncd tina-starter-grande\n\nyarn install && gatsby develop\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Then copy your exported WordPress Markdown into the \u003Ccode>content\u003C\u002Fcode> directory or point the wp gatsby-markdown-export command at the content directory.\u003C\u002Fp>\n\u003Cp>Want to port your WordPress or HTML theme to Gatsby? Checkout \u003Ca href=\"https:\u002F\u002Fwww.gatsbyjs.org\u002Fdocs\u002Fporting-an-html-site-to-gatsby\u002F\" rel=\"nofollow ugc\">Porting an HTML Site to Gatsby\u003C\u002Fa> for tips.\u003C\u002Fp>\n\u003Ch3>Command Line Usage\u003C\u002Fh3>\n\u003Cp>The command line functionality uses WP-CLI to interact with WordPress. \u003Ca href=\"https:\u002F\u002Fwp-cli.org\u002F#installing\" rel=\"nofollow ugc\">WP-CLI is easy to install\u003C\u002Fa> if you haven’t already.\u003C\u002Fp>\n\u003Cp>Once it’s installed, you can export content to a directory like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp gatsby-markdown-export --directory=\u002Fexample\u002Fgatsby-starter\u002Fsrc\u002Fcontent\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>All CLI arguments are optional.\u003C\u002Fp>\n\u003Cp>  Option\u003Cbr \u002F>\n  Description\u003Cbr \u002F>\n  Default value\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--help\u003C\u002Fcode>\u003Cbr \u002F>\n  get help\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--directory=\u003C\u002Fcode>\u003Cbr \u002F>\n  export output directory\u003Cbr \u002F>\n  random temp directory\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--post_types=\u003C\u002Fcode>\u003Cbr \u002F>\n  post types to export, see: https:\u002F\u002Fdeveloper.wordpress.org\u002Freference\u002Fclasses\u002Fwp_query\u002F#post-type-parameters\u003Cbr \u002F>\n  page,post\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--post_status=\u003C\u002Fcode>\u003Cbr \u002F>\n  post status to export, see: https:\u002F\u002Fdeveloper.wordpress.org\u002Freference\u002Fclasses\u002Fwp_query\u002F#status-parameters\u003Cbr \u002F>\n  any\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--fields_to_markdown=\u003C\u002Fcode>\u003Cbr \u002F>\n  fields to convert to Markdown\u003Cbr \u002F>\n  excerpt\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--excluded_front_matter=\u003C\u002Fcode>\u003Cbr \u002F>\n  fields to exclude from front matter\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--post_date_format=\u003C\u002Fcode>\u003Cbr \u002F>\n  format for post publish date, see: https:\u002F\u002Fwww.php.net\u002Fmanual\u002Fen\u002Ffunction.date.php\u003Cbr \u002F>\n  c\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--upload_dir=\u003C\u002Fcode>\u003Cbr \u002F>\n  directory in the export to copy WordPress uploads\u003Cbr \u002F>\n  uploads\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--remap_fields=\u003C\u002Fcode>\u003Cbr \u002F>\n  remap front matter field names, example: find1,replace1;find2,replace2\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--fields_to_array=\u003C\u002Fcode>\u003Cbr \u002F>\n  convert single value front matter fields to arrays\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--include_private_fields=\u003C\u002Fcode>\u003Cbr \u002F>\n  private post meta fields to include (they start with _)\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--skip_copy_uploads\u003C\u002Fcode>\u003Cbr \u002F>\n  flag, skips copying WordPress uploads to the export\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--skip_original_images\u003C\u002Fcode>\u003Cbr \u002F>\n  flag, skips the use of original dimension images\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--skip_enforce_charset\u003C\u002Fcode>\u003Cbr \u002F>\n  flag, skips use of blog_charset for the XML charset\u003C\u002Fp>\n\u003Cp>  \u003Ccode>--create_type_directory\u003C\u002Fcode>\u003Cbr \u002F>\n  flag, creates directories based on post type\u003C\u002Fp>\n","Export WordPress content to Markdown for GatsbyJS.",4481,2,"2020-01-16T19:22:00.000Z","5.3.21","4.6","5.6",[26,27,28,29],"export","gatsby","jamstack","markdown","https:\u002F\u002Fgithub.com\u002Ftinacms\u002Fwp-gatsby-markdown-exporter","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-gatsby-markdown-exporter.zip",0,null,"2026-03-15T15:16:48.613Z"]