Lorem Ipsum Generator

外掛說明

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>tr2>td3>lorem4 Generates a 2×3 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

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

Advanced Post Block – Best Post Display Plugin for WordPress.

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Lorem Ipsum Generator Use Emmet like abbreviations to quickly create dummy content in Gutenberg. supports custom lorem word counts and block replacement.

安裝方式

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

常見問題集

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

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Lorem Ipsum Generator〉的開發相關工作。

參與者

將〈Lorem Ipsum Generator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial Release