Dynamic Editor Plugin Icons!

Here’s a fun thing you can do to make your editor plugin icons a little more dynamic. If you monitor the visibility status of your plugin sidebar then you can specify a different icon depending on when it’s currently open or closed. Register your editor plugin in the usual way with registerPlugin function, and then …

Read more

How to Use a Popover Component

There are many components to choose from when building blocks, and we’ll be covering all of them sooner or later (pinky swear), but today we’ll be exploring how to use the Popover component in your own projects. This is such an easy-to-use component for whenever you need to display content in a temporary floating ‘popup’ …

Read more