Last April, I wrote Evergreen browsers and looking for a sane JS baseline looking for a sane Javascript baseline where I could write scripts without having to worry about transpilation for those...
Every so often I like to look at my build process and see where I can make improvements or changes that are necessary because the code has changed.
For this iteration the changes are:
Finally...
As the Gutenberg ecosystem matures, we get new tools and features to support the creating plugins.
One of the newest tools to create block plugins leverages npx command to scaffold a new block...
@wordpress/env allows you to create a development environment for your WordPress plugin or theme. It addresses the following use case:
You want to test your theme or plugin without installing it on a...
XML still hunts us. There are still XML vocabularies that are necessary for the web to work well. One of these vocabularies is SVG, a means to create vector and mixed vector/raster graphics for the...
This set of features related to multi-column text is near and dear to my heart. I first researched this feature when I wrote about it for the Web Platform Documentation Project (since retired).
The...
All my Javascript projects include imagemin, a tool that allows you to convert images between different formats and do some level of processing to the images as it converts them.
Unfortunately, the...
One of the hardest files in an epub book is the content.opf manifest file. This file tells an epub reader what files are in a specific rendition of an ebook.
There are three components to a...
Starting in WordPress 5.8, there is a JSON metadata file we can use to register blocks. The block.json file is the block-level equivalent to theme.json and is now the preferred way to register...
Meta boxes work in Gutenberg but they may not do so for a while or be the best solution for your needs.
During the full migration to the Block Editor, WordPress Provides two compatibility flags.
Most...