Gutenberg
-
In this tutorial, I’ll show you how to add custom blocks styles with the Gutenberg block editor. I’ve recently added Image and Cover Block Styles such as circular, diagonal, rounded corners, and drop shadow to the EditorsKit plugin; and I’m very happy to share how I did it. I’ve included two ways — both ES6…
-
A few weeks ago, I was asked a question by Sarah Gooding for a post on WPTavern about EditorsKit. A lot of folks have complained about Gutenberg being too distracting to use for writing. I’ve often wondered if the plugin ecosystem will eventually come up with a plugin that strips Gutenberg down to the bare…
-
A few days ago, I published Extending Gutenberg Core Blocks with Custom Attributes and Controls. Well, now I’m going to help you create custom rich text formatting for Gutenberg blocks using registerFormatType function. As of version 1.4.3, underline format is available on EditorsKit plugin. In this tutorial I’ll show you how I created this new…