{"id":253863,"date":"2025-12-16T22:11:28","date_gmt":"2025-12-16T22:11:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/emmetblocks\/"},"modified":"2025-12-16T23:01:34","modified_gmt":"2025-12-16T23:01:34","slug":"blockexpander","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/blockexpander\/","author":23372830,"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":"BlockExpander","header_author":"TinkerGrove","header_description":"Emmet-style shorthand for creating Gutenberg blocks via keyboard shortcut.","assets_banners_color":"7583bc","last_updated":"2025-12-16 23:01:34","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/tinkergrove.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":145,"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":"tinkergrove","date":"2025-12-16 23:01:34"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3421442,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3421442,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3421442,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3421442,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3421451,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3421451,"resolution":"2","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[4121,1332,35242,148076,2345],"plugin_category":[46],"plugin_contributors":[252372],"plugin_business_model":[],"class_list":["post-253863","plugin","type-plugin","status-publish","hentry","plugin_tags-blocks","plugin_tags-editor","plugin_tags-emmet","plugin_tags-gutenberg","plugin_tags-productivity","plugin_category-editor-and-writing","plugin_contributors-tinkergrove","plugin_committers-tinkergrove"],"banners":{"banner":"https:\/\/ps.w.org\/blockexpander\/assets\/banner-772x250.png?rev=3421442","banner_2x":"https:\/\/ps.w.org\/blockexpander\/assets\/banner-1544x500.png?rev=3421442","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/blockexpander\/assets\/icon-128x128.png?rev=3421442","icon_2x":"https:\/\/ps.w.org\/blockexpander\/assets\/icon-256x256.png?rev=3421442","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/blockexpander\/assets\/screenshot-1.png?rev=3421451","caption":""},{"src":"https:\/\/ps.w.org\/blockexpander\/assets\/screenshot-2.png?rev=3421451","caption":""}],"raw_content":"<!--section=description-->\n<p>BlockExpander enables a fast, code-inspired workflow for assembling page structures in the WordPress block editor using Emmet-style shorthand syntax.<\/p>\n\n<p><strong>How It Works:<\/strong><\/p>\n\n<ol>\n<li>Press <code>Ctrl+Shift+E<\/code> (or <code>Cmd+Shift+E<\/code> on Mac) to open the BlockExpander modal<\/li>\n<li>Enter an Emmet expression (e.g., <code>columns&gt;column*3&gt;paragraph<\/code>)<\/li>\n<li>Press Enter to expand the expression into blocks<\/li>\n<li>Blocks are inserted at your cursor location<\/li>\n<\/ol>\n\n<p><strong>Syntax Examples:<\/strong><\/p>\n\n<ul>\n<li><code>paragraph<\/code> - Creates a paragraph block<\/li>\n<li><code>columns&gt;column*3<\/code> - Creates a columns block with 3 columns<\/li>\n<li><code>group.container<\/code> - Creates a group block with class \"container\"<\/li>\n<li><code>group#hero<\/code> - Creates a group block with anchor \"hero\"<\/li>\n<li><code>paragraph{Hello World}<\/code> - Creates a paragraph with custom text<\/li>\n<\/ul>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Familiar Emmet syntax for rapid block creation<\/li>\n<li>Keyboard-triggered modal for seamless workflow<\/li>\n<li>Supports nesting, multiplication, classes, IDs, and text content<\/li>\n<li>Automatic Lorem Ipsum placeholder text for content blocks<\/li>\n<li>Fully compatible with all core Gutenberg blocks<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to <code>\/wp-content\/plugins\/blockexpander<\/code>, or install through the WordPress plugins screen<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>In the block editor, press <code>Ctrl+Shift+E<\/code> (or <code>Cmd+Shift+E<\/code>) to open the expander<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='what%20is%20emmet%3F'><h3>What is Emmet?<\/h3><\/dt>\n<dd><p>Emmet is a toolkit for web developers that uses CSS-selector-like abbreviations to rapidly generate HTML structures. BlockExpander adapts this approach for Gutenberg blocks.<\/p><\/dd>\n<dt id='what%20keyboard%20shortcut%20opens%20the%20modal%3F'><h3>What keyboard shortcut opens the modal?<\/h3><\/dt>\n<dd><p>Ctrl+Shift+E on Windows\/Linux or <code>Cmd+Shift+E<\/code> on Mac.<\/p><\/dd>\n<dt id='can%20i%20use%20any%20block%20name%3F'><h3>Can I use any block name?<\/h3><\/dt>\n<dd><p>Yes! Any tag name becomes <code>core\/&lt;tagname&gt;<\/code>. For example, <code>paragraph<\/code> becomes <code>core\/paragraph<\/code>, <code>columns<\/code> becomes <code>core\/columns<\/code>, etc.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Emmet expression parsing via @emmetio\/abbreviation<\/li>\n<li>Modal UI with keyboard shortcut<\/li>\n<li>Support for nesting, multiplication, classes, IDs, and text content<\/li>\n<\/ul>","raw_excerpt":"Emmet-style shorthand for creating Gutenberg blocks via keyboard shortcut.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/253863","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=253863"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tinkergrove"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=253863"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=253863"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=253863"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=253863"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=253863"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=253863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}