=== Lorem Ipsum Generator ===
Contributors:		bplugins, muradwahid
Donate link:		https://gum.co/wpdonate/
Tags:				block, lorem ipsum, dummy content, emmet, content generator
Requires at least:	6.5
Tested up to:		6.9
Stable tag:			1.0.0
Requires PHP:		7.2
License:			GPLv3 or later
License URI:		http://www.gnu.org/licenses/gpl-3.0.html

Use Emmet like abbreviations to quickly create dummy content in Gutenberg. supports custom lorem word counts and block replacement. 
== Description ==

This is a custom Gutenberg block that allows users to generate complex block structures quickly using shorthand syntax (similar to Emmet in web development). When a user types an abbreviation and presses Tab or Enter.

- Replaces itself with the generated content (default behavior)
- Inserts new blocks after itself (if enabled)

### Abbreviation Syntax:

- p>lorem5 → Creates a paragraph with 5 word.
- h2>lorem5 → Creates a heading with 5 words.
- ul>li*3>lorem4 → Creates a bullet list with 3 items.
- table>tr*2>td*3>lorem4 → Generates a 2x3 table.
- group>h2>lorem5 → Creates a Group block with a heading.
- h2>Title, p>lorem20 → Creates a heading and a paragraph as sibling.

## Converts HTML to Gutenberg Blocks:

- Paragraph → core/paragraph
- Tables → core/table
- Lists → core/list
- Headings → core/heading
- Groups → core/group

= How to use Lorem Ipsum Generator =
- First, install the Lorem Ipsum Generator plugin from the WordPress dashboard.
- Add the Lorem Ipsum Generator from the block category called "widgets" in the Gutenberg editor.
- You can change block settings from the right-side settings sidebar.
- Enjoy!

* For installation help click on Installation Tab

#### - Did you like this plugin? Dislike it? Have a feature request? [Please share your feedback with us](mailto:support@bplugins.com 'Send feedback')

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

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


== Installation ==

### From Gutenberg Editor:
1. Go to the WordPress Block/Gutenberg Editor
2. Search For **Lorem Ipsum Generator**
3. Click on the **Lorem Ipsum Generator** to add the block

### Download & Upload:
1. Download the **Lorem Ipsum Generator** plugin (*.zip file*)
2. In your admin area, go to the Plugins menu and click on **Add New**
3. Click on **Upload Plugin** and choose the **`bplugins-lorem-generator.zip`** file and click on **Install Now**
4. Activate the plugin and Enjoy!

### Manually:
1. Download and upload the **Lorem Ipsum Generator** plugin to the **`/wp-content/plugins/`** directory
2. Activate the plugin through the Plugins menu in WordPress


== Frequently Asked Questions ==

= Does it work with any WordPress theme? =

Yes, it will work with any standard WordPress theme.

= Can I change block settings? =

Yes, you can change block settings from the Gutenberg block editor's right sidebar.

= How many times can I reuse a block? =

You can use unlimited times as you want.

= Where can I get support? =

You can post your questions on the [support forum here](https://wordpress.org/support/plugin/bplugins-lorem-generator/)


== Changelog ==

= 1.0.0 =
* Initial Release
