Title: ShortCut and Dummy Text Generator
Author: bPlugins
Published: <strong>4 februāris, 2026</strong>
Last modified: 19 maijs, 2026

---

Meklēt spraudņus

![](https://ps.w.org/bplugins-lorem-generator/assets/banner-772x250.png?rev=3453758)

![](https://ps.w.org/bplugins-lorem-generator/assets/icon-128x128.png?rev=3453758)

# ShortCut and Dummy Text Generator

 Autors [bPlugins](https://profiles.wordpress.org/bplugins/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/bplugins-lorem-generator.1.0.1.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/bplugins-lorem-generator/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/bplugins-lorem-generator/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/bplugins-lorem-generator/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/bplugins-lorem-generator/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/bplugins-lorem-generator/)

## Apraksts

**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**

 * `lorem`  20 words of lorem ipsum
 * `lorem5`  5 words of lorem ipsum

**Single elements**

 * `p>lorem10`  Paragraph with 10 lorem words
 * `h2>lorem5`  H2 heading with 5 lorem words
 * `h1` through `h6` are all supported

**Repeating elements**

Use `*N` to repeat a tag N times:

 * `ul>li*3>lorem4`  Unordered list with 3 items, each 4 words
 * `ol>li*4>lorem6`  Ordered list with 4 items, each 6 words
 * `table>tr*3>td*4>lorem3`  Table with 3 rows and 4 columns

**Nesting**

Use `>` to nest elements:

 * `group>h2>lorem5`  Group block containing an H2 heading
 * `div>p>lorem20`  Group block containing a paragraph
 * `blockquote>p>lorem15`  Quote block with a paragraph inside

**Sibling elements**

Use `,` to create multiple sibling blocks in one go:

 * `h2>My Title, p>lorem20`  An H2 heading followed by a paragraph
 * `h3>lorem4, ul>li*3>lorem5, p>lorem10`  Heading, list, and paragraph

**Complex combinations**

 * `group>h2>lorem5, p>lorem20`  Group block with a heading and paragraph
 * `table>tr*2>td*3>lorem4`  2×3 table filled with lorem ipsum

### Supported Block Types

 Abbreviation tag
 Gutenberg block

 `p`
 `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)

 * **On** (default): pressing Tab or Enter replaces this block with the generated
   blocks.
 * **Off**: the generated blocks are inserted into the editor without removing this
   block, so you can keep typing more abbreviations.

**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](https://lv.wordpress.org/plugins/bplugins-lorem-generator/support@bplugins.com?output_format=md)󠁿

### Check out our other WordPress Plugins

**[Html5 Audio Player](https://bplugins.com/products/html5-audio-player)** – Best
audio player plugin for WordPress.

**[Html5 Video Player](https://bplugins.com/products/html5-video-player)** – Best
video player plugin for WordPress.

**[PDF Poster](https://bplugins.com/products/pdf-poster)** – A fully-featured PDF
Viewer Plugin for WordPress.

**[Document Embedder](https://bplugins.com/products/document-embedder)** – Best 
WordPress Document Embedder Plugin.

**[3D Viewer](https://bplugins.com/products/3d-viewer)** – Display interactive 3D
models on the web.

**[Advanced Post Block](https://bplugins.com/products/advanced-post-block)** – Best
Post Display Plugin for WordPress.

### Developer Notes

Source code is publicly available on GitHub for review, study, and contributions:

https://github.com/bplugins/lorem-ipsum

## Bloki

Šis spraudnis nodrošina 1 bloku.

 *   ShortCut and Dummy Text Generator Use Emmet like abbreviations to quickly create
   dummy content in Gutenberg. supports custom lorem word counts and block replacement.

## Uzstādīšana

#### 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.

## BUJ

### 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](https://wordpress.org/support/plugin/bplugins-lorem-generator/)
or email [support@bplugins.com](https://lv.wordpress.org/plugins/bplugins-lorem-generator/support@bplugins.com?output_format=md).

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“ShortCut and Dummy Text Generator” ir atvērtā pirmkoda programmatūra. Šo spraudni
ir veidojuši šādi cilvēki.

Līdzdalībnieki

 *   [ bPlugins ](https://profiles.wordpress.org/bplugins/)
 *   [ Abu Hayat ](https://profiles.wordpress.org/abuhayat/)
 *   [ Charles Cormier ](https://profiles.wordpress.org/charlescormier/)
 *   [ Murad Wahid ](https://profiles.wordpress.org/muradwahid/)

[Tulkot “ShortCut and Dummy Text Generator&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/bplugins-lorem-generator)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/bplugins-lorem-generator/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/bplugins-lorem-generator/)
vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/bplugins-lorem-generator/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/bplugins-lorem-generator/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 1.0.1

 * Re-write readme.
 * Change Plugin name.

#### 1.0.0

 * Initial release

## Meta

 *  Versija **1.0.1**
 *  Pēdējo reizi atjaunots: **pirms 1 nedēļas**
 *  Aktīvās instalācijas: **Mazāk par 10**
 *  WordPress versija ** 6.5 vai jaunāka **
 *  Pārbaudīts līdz: **6.9.4**
 *  PHP versija ** 7.4 vai jaunāka **
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/bplugins-lorem-generator/)
 * Birkas:
 * [block](https://lv.wordpress.org/plugins/tags/block/)[content generator](https://lv.wordpress.org/plugins/tags/content-generator/)
   [dummy content](https://lv.wordpress.org/plugins/tags/dummy-content/)[emmet](https://lv.wordpress.org/plugins/tags/emmet/)
   [lorem ipsum](https://lv.wordpress.org/plugins/tags/lorem-ipsum/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/bplugins-lorem-generator/advanced/)

## Vērtējumi

Vēl nav iesniegta neviena atsauksme.

[Your review](https://wordpress.org/support/plugin/bplugins-lorem-generator/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/bplugins-lorem-generator/reviews/)

## Līdzdalībnieki

 *   [ bPlugins ](https://profiles.wordpress.org/bplugins/)
 *   [ Abu Hayat ](https://profiles.wordpress.org/abuhayat/)
 *   [ Charles Cormier ](https://profiles.wordpress.org/charlescormier/)
 *   [ Murad Wahid ](https://profiles.wordpress.org/muradwahid/)

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/bplugins-lorem-generator/)

## Ziedojiet

Vai vēlaties atbalstīt šī spraudņa pilnveidošanu?

 [ Ziedojiet šim spraudnim ](https://gum.co/wpdonate/)