這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Post HTML to Blocks

外掛說明

This plugin is for content that is copy pasted into Gutenberg editor edited as html in classic block editor.

Purpose of this plugin is to allow a WordPress publisher administrator to manually surround html tags such as p, div, br for interpretation by Gutenberg editor as html blocks.

This plugin also allows parsing and surrounding of line spaced content in classic editor.

A WordPress admin can use this plugin as a manual way to parse for line spaces (\n), <p> </p>, <div> </div>, and <br>. Turning them into html blocks.

螢幕擷圖

  • Suppose you have a Wordpress post with paragraph lines from a classic editor
  • Using this plugin you search for post title select paragraph tags and press encapsulate html tags
  • This plugin converts html tags into html blocks in Gutenberg editor.
  • Location of plugin’s configuration page.
  • Configuration page selecting a tag for searching through.

安裝方式

  1. Download the plugin
  2. Unzip and Upload the wp-post-html-to-blocks.zip folder to your site’s wp-content/plugins directory
  3. Activate the plugin in the WordPress Admin Panel
  4. Visit plugin’s config page under settings side menu in your WordPress dashboard
  5. On config page in admin. Locate a post based on it’s title by typing in keywords from a post’s title. Minimum of two words are required to do a proper search.
  6. Select number of desired results from Top drop down
  7. Press search

常見問題集

Why there isn’t a option to search contents of all posts?

Although all searches of posts are user initiated. Searching for key phrases in contents of each post would compromise the performance of a WordPress installation.

Does this parse tags within tags?

Sorry, This plugin allows parsing of external surrounding tags. Not tags inside of tags. Tags inside tags will be treated by Gutenberg as requiring repairs and Gutenberg editor will alert post editor.

Does this plugin edit posts with publish status by default?

You have a choice to select the post with status you prefer.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈WP Post HTML to Blocks〉的開發相關工作。

參與者

將〈WP Post HTML to Blocks〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • First version of the plugin.

1.0.1

  • added default dashbaord styles to table and search form

1.1

  • Fixed undefined index bugs
  • new screenshots for readme

1.2

  • Welcome panel color to grey
  • Use the word markup in welcome message