| 开发者 |
bplugins
muradwahid |
|---|---|
| 更新时间 | 2026年5月19日 01:13 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
ul>li*5>lorem6 and get a five-item list with six words of lorem ipsum per item in one keystroke.
How it works
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 |
Block Settings
Replace block on Tab/Enter (sidebar toggle)
.zip file./wp-content/plugins/.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.
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".
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.