HM Gutenberg Tools Plugin #4 in Blocks & Editor
Useful helpers, components or tools for building things with Gutenberg
by Human Made Limited · github.com/humanmade/hm-gutenberg-tools · website
★ 187stars
108kcomposer installs
19forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/humanmade/hm-gutenberg-tools/archive/refs/heads/main.zipAlso on Packagist as humanmade/hm-gutenberg-tools:
composer require humanmade/hm-gutenberg-toolsFrom the readme
Human Made Gutenberg Tools
[!WARNING]
This project is no longer actively developed. It is recommended that you the components from our Block Editor Components library instead.
A place to bundle useful reusable Gutenberg components and other tools.
What does this include?
Post Select button. Provides a media modal like user experience for selecting single or multiple posts. It supports searching, filtering, sorting and custom post types (and taxonomies).
stying to work better in the sidebar.
More Sidebar controls. Other components wrapped up in as standardised sidebar control components.
Link control. A wrapper for the core UrlInput, but with some style improvements.
Image. Sidebar UI for selecting an image.
Post. A wrapper for the post select button component.
Installation Instructions
It is reccomended to install as a plugin or mu-plugin using composer.
If you install using another method (e.g. git submodule), note that the main branch does not include built assets, but tagged releases and the build branch do include them. You should not need to build the assets for this plugin as part of your project build process.
Bundling in a theme
You can bundl
Read the full README on GitHub →