BlockCode Exporter Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
BlockCode Exporter adds an Export Block Code link to your Posts, Pages, and supported custom post type lists.
Click the link to download the saved content as a .md file. The file keeps the original block code, including comments such as <!-- wp:group {...} -->, block settings, HTML, and styles. It does not convert the content to Markdown.
You can use it to keep a copy of a page’s block code or move that code into another WordPress editor. Save your changes before exporting.
There are no settings to configure. The plugin does not change your posts, store export files on your server, or send data to an external service.
Developed by George Zamfir.
Developer notes
The export returns the saved post_content unchanged unless a site applies the blockcode_exporter_content filter. The blockcode_exporter_filename and blockcode_exporter_is_post_type_enabled filters allow filename and post type changes. Permission checks still apply, and filenames are sanitized after filtering.
Version 0.3.0 introduced the BlockCodeExporter namespace and blockcode_exporter hook prefix. Update any integrations that use the previous names.
The installation ZIP includes the full PHP source and a README.md with the packaging script and build instructions. The code is licensed under GPLv2 or later.
Screenshots
Export Block Code appears alongside the usual actions in the Pages list.
The exported file keeps the original block comments, HTML, and styles.

