このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Editor Block Outline

説明

Editor Block Outlineは、各ブロックの周りにアウトラインを追加するシンプルな Gutenberg プラグインです。アウトライン設定は、ユーザーメタに基づいています。
各ユーザーは必要に応じて設定を変更できます。

ユーザーが変更できる箇所:

  • ホバー時、もしくは常時にアウトラインを表示
  • 単一ブロックのアウトラインを固定
  • アウトラインの無効化
  • ブロックにホバーした際、ブロック名とclassをブロックの外側、内側、もしくはフロートで表示
  • アウトラインの色を変更。
  • アウトラインのスタイルを直線、点線、破線から選択
  • paddingのサイズを変更
  • ブロック名の表示/非表示

Filters

  • editor_outline_default_user_meta
    You can override the default user meta by using this filter. The filter will receive the default user meta as an array and
    you can return a modified array.
    Check github repo for more information. https://github.com/kalimahapps/Editor-Block-Outline#filters

スクリーンショット

  • 常に表示を設定した場合の各ブロックの外枠
  • エディター上のアウトライン設定

評価

2024年2月6日
Works great with latest version of WP 6.4.3. The only issue is that it disable a native function (from the browser of Wordpress) that when you select multiple blocks they become highlighted. When that plugin is enable, you don't see that anymore and it's difficult to see which blocks are selected. So it's a plugin that help to better see the limits of the blocks but makes you blind with other things... (I'm on Mac with Firefox).
2023年3月17日
While testing the Editor Block Outline plugin, I came up with a feature I thought would be helpful to most anyone and likely not too difficult for the developer to add. I suggested the feature to the developer, and within a few days, it was added. Amazing!
2022年12月15日
This little gem of a plugin is really helpful, especially when working with layouts in the block editor. Installed it, found the settings in the block editor (top right) and fell in love. This will be installed on all my WP sites.
19件のレビューをすべて表示

貢献者と開発者

Editor Block Outline はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Editor Block Outline” は9ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Editor Block Outline” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.3.0

  • Add default meta filter

1.2.1

  • Fixed colorpalette issue with WordPress 6.0+

1.2

  • Added toggle for enabling/disabling outline padding
    Please note that this is a breaking behavioral change. Users who set
    padding previously will need to enable this option for padding to take
    effect.

1.1.2

  • カバーブロックのタイトルの修正

1.1.1

  • フローティングボックスのバグ修正
  • class名表示の初期設定をfalseに設定

1.1

  • クラス名表示オプションの追加(外側、内側、フローティング)
  • クラス名表示オプションの追加
  • 入れ子になったブロックのホバー時の設定を修正
  • 管理者へのTwitterの通知を削除
  • コードのフォーマットと最適化

1.0.4

  • バグの修正

1.0.3

  • ブロック毎にロックアウトラインを追加
  • アウトラインにpaddingを追加
  • WordPress5.7において、ブロックをドラッグアンドドロップすると、ラインが表示されない不具合を修正
  • ブロック追加時のアウトラインを削除
  • アイコンとバナーのデザインを一新
  • スペーサーブロックのブロック名の修正

1.0.2

  • コードのフォーマットと最適化

1.0.1

  • 不透明度の設定を追加しました

1.0

  • 最初のバージョン