{"id":308982,"date":"2026-05-11T09:59:01","date_gmt":"2026-05-11T09:59:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/noshi-kanamer\/"},"modified":"2026-05-11T09:59:54","modified_gmt":"2026-05-11T09:59:54","slug":"noshi-kanamer","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/noshi-kanamer\/","author":23490170,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.0","stable_tag":"0.1.0","tested":"6.9.4","requires":"6.2","requires_php":"7.4","requires_plugins":null,"header_name":"Noshi-Kanamer","header_author":"NokazeHayato","header_description":"A developer toolkit for WordPress \u2014 generate block catalogs, manage test posts, and clean up your editor in one place.","assets_banners_color":"","last_updated":"2026-05-11 09:59:54","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/github.com\/NokazeHayato","rating":0,"author_block_rating":0,"active_installs":0,"downloads":22,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.0":{"tag":"0.1.0","author":"nokazehayato","date":"2026-05-11 09:59:54"}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[148857,2275,39803,11238,8197],"plugin_category":[],"plugin_contributors":[262543],"plugin_business_model":[],"class_list":["post-308982","plugin","type-plugin","status-publish","hentry","plugin_tags-block-editor","plugin_tags-developer","plugin_tags-pre-launch","plugin_tags-toolkit","plugin_tags-workflow","plugin_contributors-nokazehayato","plugin_committers-nokazehayato"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/noshi-kanamer.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Noshi-Kanamer is a developer-only toolkit that covers the full WordPress project lifecycle \u2014 from initial setup through client handoff.<\/p>\n\n<p><strong>The philosophy<\/strong>: Every feature in Noshi-Kanamer is designed to be used during development. When you're ready to hand off the site, the Pre-Launch tab handles the cleanup. Deactivate or remove it before delivery \u2014 the client gets a clean, focused WordPress install.<\/p>\n\n<h4>Block Showcase<\/h4>\n\n<p>Instantly render every registered block on any page or post. Insert the Block Showcase block, click \"Generate Showcase\", and all available blocks appear in one place \u2014 ready for client review or your own reference.<\/p>\n\n<p>No more hunting through the block inserter to find what's available.<\/p>\n\n<h4>Hide Blocks<\/h4>\n\n<p>Remove unwanted default blocks (social links, YouTube embed, etc.) from the editor with a single click. Applied globally across all users \u2014 not just per-user preferences.<\/p>\n\n<p>When you're ready to deliver, the Pre-Launch tab generates a <code>functions.php<\/code> snippet to make the setting permanent. Deactivate or remove the plugin without losing your configuration.<\/p>\n\n<h4>Test Posts<\/h4>\n\n<p>Generate flagged test posts in one click. Each post is marked internally, so you can delete all test content before launch with zero risk of touching real posts.<\/p>\n\n<h4>Pre-Launch Cleanup<\/h4>\n\n<p>A checklist that actually does the work. Before handing off the site, the Pre-Launch tab handles everything in one screen:<\/p>\n\n<ul>\n<li><strong>Delete all test posts<\/strong> \u2014 removes every flagged test post instantly<\/li>\n<li><strong>Move Block Showcase pages to trash<\/strong> \u2014 cleans up pages containing the Block Showcase block<\/li>\n<li><strong>Flush rewrite rules<\/strong> \u2014 prevents 404 errors after migration to production<\/li>\n<li><strong>Search engine indexing<\/strong> \u2014 detects if your site is still set to noindex, with a direct link to fix it<\/li>\n<li><strong>Admin email address<\/strong> \u2014 shows the current email with a direct link to update it<\/li>\n<li><strong>WP_DEBUG status<\/strong> \u2014 alerts if debug mode is still on, with a copy-paste fix<\/li>\n<li><strong>Persist block visibility<\/strong> \u2014 generates a <code>functions.php<\/code> snippet to keep your Hide Blocks settings after deactivating or removing the plugin<\/li>\n<\/ul>\n\n<p>When all tasks are complete, a <strong>\"Ready to launch\"<\/strong> banner confirms the site is clean and ready for handoff.<\/p>\n\n<h4>Who is this for?<\/h4>\n\n<p>WordPress freelancers and agencies who build sites for clients and want to eliminate the repetitive, error-prone steps before delivery.<\/p>\n\n<p>If you've ever shipped a site with <code>WP_DEBUG<\/code> still on, noindex still set, or test posts still in the database \u2014 this plugin is for you.<\/p>\n\n<h3>Source Code<\/h3>\n\n<p>The compiled JavaScript in the <code>build\/<\/code> directory is generated from the JSX source files in <code>src\/<\/code> using Vite. The full source code is included in the plugin package under <code>src\/<\/code>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/noshi-kanamer<\/code><\/li>\n<li>Activate through the Plugins screen in WordPress<\/li>\n<li>Go to <strong>Tools &gt; Noshi-Kanamer<\/strong><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"will%20deleting%20test%20posts%20affect%20my%20real%20content%3F\"><h3>Will deleting test posts affect my real content?<\/h3><\/dt>\n<dd><p>No. Noshi-Kanamer marks each test post with a hidden flag. Only flagged posts are deleted \u2014 your real content is never touched.<\/p><\/dd>\n<dt id=\"does%20hide%20blocks%20affect%20all%20users%20or%20just%20me%3F\"><h3>Does Hide Blocks affect all users or just me?<\/h3><\/dt>\n<dd><p>It applies globally to all users on the site, using the <code>allowed_block_types_all<\/code> filter.<\/p><\/dd>\n<dt id=\"what%20happens%20to%20my%20hide%20blocks%20settings%20when%20i%20deactivate%20or%20remove%20the%20plugin%3F\"><h3>What happens to my Hide Blocks settings when I deactivate or remove the plugin?<\/h3><\/dt>\n<dd><p>Use the Pre-Launch tab to generate a <code>functions.php<\/code> snippet beforehand. Paste it into your theme and your block visibility settings remain permanent \u2014 even without the plugin active.<\/p><\/dd>\n<dt id=\"when%20should%20i%20deactivate%20noshi-kanamer%3F\"><h3>When should I deactivate Noshi-Kanamer?<\/h3><\/dt>\n<dd><p>Most engineers deactivate or remove it just before handing off the site \u2014 keeping the client's dashboard clean and focused. That said, you can always reactivate it later for maintenance, post-launch adjustments, or follow-up work.<\/p><\/dd>\n<dt id=\"why%20are%20some%20blocks%20missing%20from%20the%20block%20showcase%3F\"><h3>Why are some blocks missing from the Block Showcase?<\/h3><\/dt>\n<dd><p>Blocks exclusive to Full Site Editing (FSE) \u2014 such as <code>core\/template-part<\/code> and query pagination blocks \u2014 cannot be rendered on standard pages or posts. All blocks usable in the standard block editor are included.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"A developer workflow toolkit for WordPress. Block preview, editor cleanup, test content, and pre-launch checklist \u2014 all in one screen.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/308982","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=308982"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nokazehayato"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=308982"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=308982"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=308982"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=308982"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=308982"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=308982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}