Linux 软件免费装
Banner图

ShortCut and Dummy Text Generator

开发者 bplugins
muradwahid
更新时间 2026年5月19日 01:13
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7
版权: GPLv3 or later
版权网址: 版权信息

标签

lorem ipsum block dummy content content generator emmet

下载

1.0.0 1.0.1

详情介绍:

ShortCut and Dummy Text Generator is a Gutenberg block that lets you scaffold content at speed. Add the block to any post or page, type an abbreviation — just like Emmet in code editors — and press Tab or Enter. The block immediately expands into proper WordPress core blocks: paragraphs, headings, lists, tables, groups, quotes, and more. No more clicking through the block inserter to build repetitive layouts. Write ul>li*5>lorem6 and get a five-item list with six words of lorem ipsum per item in one keystroke. How it works
  1. Add the ShortCut and Dummy Text Generator block anywhere in the Gutenberg editor.
  2. Type an abbreviation in the input field.
  3. Press Tab or Enter.
  4. The block either replaces itself with the generated blocks (default) or inserts the new blocks after itself — controlled by the toggle in the sidebar.
Abbreviation Syntax Lorem ipsum text Single elements Repeating elements Use *N to repeat a tag N times: Nesting Use > to nest elements: Sibling elements Use , to create multiple sibling blocks in one go: Complex combinations Supported Block Types | Abbreviation tag | Gutenberg block | |---|---| | p | core/paragraph | | h1h6 | 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) Remove block: click the × button in the top-right corner of the block to delete it from the editor. Did you like this plugin? Dislike it? Have a feature request? Please share your feedback with us Check out our other WordPress Plugins Html5 Audio Player – Best audio player plugin for WordPress. Html5 Video Player – Best video player plugin for WordPress. PDF Poster – A fully-featured PDF Viewer Plugin for WordPress. Document Embedder – Best WordPress Document Embedder Plugin. 3D Viewer – Display interactive 3D models on the web. Advanced Post Block – Best Post Display Plugin for WordPress.

安装:

From the Gutenberg Editor
  1. Open any post or page in the WordPress block editor.
  2. Click the + inserter and search for ShortCut and Dummy Text Generator.
  3. Click the block to add it.
From the Plugin Directory
  1. In your WordPress admin, go to Plugins → Add New.
  2. Search for ShortCut and Dummy Text Generator.
  3. Click Install Now, then Activate.
Manual Upload
  1. Download the plugin .zip file.
  2. Go to Plugins → Add New → Upload Plugin.
  3. Choose the zip file and click Install Now.
  4. Activate the plugin.
Manual FTP
  1. Unzip and upload the plugin folder to /wp-content/plugins/.
  2. Activate through Plugins in the WordPress admin.

常见问题:

What does this plugin do?

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.

Does it work with any WordPress theme?

Yes. The block only runs inside the Gutenberg editor and generates standard core blocks, so it is compatible with any theme.

What happens to the ShortCut block after I expand an abbreviation?

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.

Can I generate multiple block types at once?

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.

How do I control the number of lorem ipsum words?

Append a number to lorem: lorem10 gives 10 words, lorem50 gives 50 words. Using lorem alone defaults to 20 words.

Can I use real text instead of lorem ipsum?

Yes. Just type your own text after >. For example, h2>Hello World creates an H2 heading with the text "Hello World".

How many times can I use the block?

Unlimited. Add as many instances as you need across any post or page.

Where can I get support?

Post your questions on the WordPress support forum or email support@bplugins.com.

更新日志:

1.0.1 1.0.0