A lightweight WordPress plugin that extends the Block Editor formatting toolbar with inline controls like badges and highlights.
- Badge — uppercase badge with colored background
- Highlight — yellow highlight behind text
- No configuration required
- Lightweight — only loads assets in the block editor
- Upload the plugin folder to
/wp-content/plugins/or install through the WordPress plugins screen - Activate through the Plugins screen
- Select text in the Block Editor and use the toolbar dropdown for new formatting options
npm install
npm run start # Watch mode for development
npm run build # Production build
./build.sh # Create distribution ZIP- Update version in
formatting-extender.php,package.json, andREADME.txt - Run
npm run build - Create a GitHub release with a tag matching the version (e.g.,
2.0.0orv2.0.0) - The release workflow automatically builds the ZIP and deploys to WordPress.org
GPL-2.0+ — see LICENSE.txt