HGW Better internal link search for Block editor

外掛說明

HGW Better internal link search for Block editor improves the default internal link search inside the block editor by adding a post type or category selector to the link popup.
This allows editors to narrow down search results to specific post types such as Posts, Pages, or custom post types.

Features

  • Adds a clean “post type and category filter” dropdown above Block editor link search results.
  • Works with all REST-visible and publicly queryable post types.
  • No database queries or custom endpoints — fully uses WordPress core APIs.
  • Loads only inside the editor, never on the front-end.
  • Lightweight, fast, and compatible with all major themes and plugins.

螢幕擷圖

安裝方式

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate HGW Better internal link search for Block editor through the Plugins menu.
  3. Open any post or page in the block editor.
  4. Click the “Link” icon inside a text block.
  5. You’ll now see a new Type dropdown above the search results.

常見問題集

Does this plugin affect front-end performance?

No. It only loads within the WordPress block editor (enqueue_block_editor_assets) and has zero effect on the front-end.

Does it support custom post types?

Yes. Any registered post type that is viewable and exposed through the REST API will automatically appear in the list.

Does it support taxonomies like category or product_cat?

Yes. Any public REST-enabled taxonomy can be enabled from the plugin settings.

Can I choose which post types/taxonomies to include?

Yes. Visit Settings HGW Internal Link Filter to customize the options.

Is this compatible with WooCommerce, EDD or custom builders?

Yes, as long as they use Block editor native LinkControl component and it detects and supports product, download, and related taxonomies automatically.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈HGW Better internal link search for Block editor〉的開發相關工作。

參與者

〈HGW Better internal link search for Block editor〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈HGW Better internal link search for Block editor〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.2

  • NEW: Compatibility with WordPress 6.9
  • Improved: Improved description and naming of plugin functions

1.0.1

  • NEW: Add taxonomy support to filter (e.g., category, product_cat)
  • NEW: Add Settings page
  • NEW: Ability to configure included post types & taxonomies
  • NEW: Added “Settings” link in plugin list for quick access
  • CHANGED: Default selection is now “All” — no preselected type

1.0.0

  • Initial release.
  • Added Post Type dropdown to Block editor LinkControl.
  • Automatic detection of REST-visible post types.
  • Zero front-end impact, editor-only integration.
  • Output of inline JS configuration to use wp_json_encode() with JSON_HEX_* flags.