| 开发者 |
bplugins
muradwahid abuhayat charlescormier |
|---|---|
| 更新时间 | 2026年7月26日 21:22 |
| 捐献地址: | 去捐款 |
| PHP版本: | 6.5 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
ul>li*5>lorem6 and get a five-item list with six words of lorem ipsum per item in one keystroke. Need a heading, a paragraph, and a list together? Chain them with commas and generate all three at once.
Free Features
p>lorem10 into real core blocks with Tab or Enter.lorem gives 20 words; append a number (lorem5, lorem50) for exact word counts.*N to repeat elements and > to nest them – build lists, tables, and groups instantly.> (e.g. h2>My Title) instead of lorem ipsum.lorem → 20 words of lorem ipsumlorem5 → 5 words of lorem ipsump>lorem10 → Paragraph with 10 lorem wordsh2>lorem5 → H2 heading with 5 lorem wordsh1 through h6 are all supported*N to repeat a tag N times:
ul>li*3>lorem4 → Unordered list with 3 items, each 4 wordsol>li*4>lorem6 → Ordered list with 4 items, each 6 wordstable>tr*3>td*4>lorem3 → Table with 3 rows and 4 columns> to nest elements:
group>h2>lorem5 → Group block containing an H2 headingdiv>p>lorem20 → Group block containing a paragraphblockquote>p>lorem15 → Quote block with a paragraph inside, to create multiple sibling blocks in one go:
h2>My Title, p>lorem20 → An H2 heading followed by a paragraphh3>lorem4, ul>li*3>lorem5, p>lorem10 → Heading, list, and paragraphgroup>h2>lorem5, p>lorem20 → Group block with a heading and paragraphtable>tr*2>td*3>lorem4 → 2×3 table filled with lorem ipsump | core/paragraph |
| h1 – h6 | core/heading |
| ul | core/list (unordered) |
| ol | core/list (ordered) |
| table | core/table |
| group / div | core/group |
| blockquote | core/quote |
| pre | core/preformatted |
Use Cases
.zip file./wp-content/plugins/ via FTP and activate it through the Plugins menu.It adds a special Gutenberg block where you can type Emmet-like abbreviations (e.g. ul>li*3>lorem5) and expand them into real WordPress core blocks by pressing Tab or Enter.
It generates standard core blocks: paragraph, headings (H1–H6), ordered and unordered lists, tables, groups, quotes, and preformatted text.
Yes. The block only runs inside the Gutenberg editor and generates standard core blocks, so it is compatible with any theme.
By default the block replaces itself with the generated blocks. If you turn off the Replace block on Tab/Enter toggle in the sidebar, the generated blocks are inserted without removing this block so you can keep generating more content.
Yes. Separate patterns with a comma: h2>My Heading, p>lorem20, ul>li*3>lorem4 creates a heading, a paragraph, and a list in one keystroke.
Append a number to lorem: lorem10 gives 10 words, lorem50 gives 50 words. Using lorem alone defaults to 20 words.
Yes. Just type your own text after >. For example, h2>Hello World creates an H2 heading with the text "Hello World".
Yes. The plugin outputs standard WordPress core blocks, so the generated content is regular editor content that does not depend on the plugin.
Unlimited. Add as many instances as you need across any post or page.
Post your questions on the WordPress support forum or email support@bplugins.com.