Outstand Icons
by Outstand · github.com/pixelalbatross/outstand-icons · website
★ 1stars
6release downloads
9composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pixelalbatross/outstand-icons/releases/download/1.0.2/outstand-icons-1.0.2.zipAlso on Packagist as outstand/icons:
composer require outstand/iconsDeclares an update source (https://outstand.site/), so updates arrive through the plugin's own updater.
From the readme
Outstand Icons
A toolkit for working with icons in the block editor.
A growing set of icon enhancements for the block editor, served through the existing Gutenberg icon picker.
Features
Inline icons
Insert icons mid-text through a new Inline icon button in the rich-text toolbar (paragraph, heading, list, button, etc.). The picker lists every icon registered with the core core/icon block. See docs/icons.md for the full guide.
Looking to register your own custom icons (or remove the ones that ship with WordPress)? See my Icons Extended plugin.
Installation
Manual Installation
1. Download the latest release ZIP from the Releases page.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
To include this plugin as a dependency in your Composer-managed WordPress project:
1. Add the plugin to your project using the following command:
1. Run composer install.
2. Activate the plugin from your WordPress admin area or using WP-CLI.
Quick start
1. In a post or page, select text in any paragraph/heading and click the Inline icon button in the rich-text toolbar.
2. Pick
Read the full README on GitHub →