=== Add RichText Toolbar Button === Contributors: technote0space Tags: Gutenberg, RichText, Formatting, ツールバー, リッチテキスト Requires at least: 4.7.0 Tested up to: 5.0.3 Requires PHP: 5.6 Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin makes it easy to add RichText toolbar button. == Description == This plugin makes it easy to add RichText toolbar button. [日本語の説明](https://technote.space/add-richtext-toolbar-button "Documentation in Japanese") [GitHub](https://github.com/technote-space/add-richtext-toolbar-button) [Issues](https://github.com/technote-space/add-richtext-toolbar-button/issues) This plugin needs PHP5.6 or higher. == Installation == 1. Upload the `add-richtext-toolbar-button` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently asked questions == == Screenshots == 1. Gutenberg editor (Toolbar buttons) 2. Gutenberg editor (Sidebar settings) 3. Add button setting 4. Button setting list 5. Dashboard == Upgrade Notice == = 1.0.3 = * ツールバーボタンが有効かどうかの設定追加(デザインは適用させたままボタンを消すことが可能) * サイドバーの動作改善 == Changelog == = 1.0.3 (2019/2/20) = * Added: [Setting to hide button while style is valid](https://github.com/technote-space/add-richtext-toolbar-button/issues/28) * Added: [Multiple line preview](https://github.com/technote-space/add-richtext-toolbar-button/issues/29) * Added: [Line height preset](https://github.com/technote-space/add-richtext-toolbar-button/issues/30) * Added: [Warning box preset](https://github.com/technote-space/add-richtext-toolbar-button/issues/33) * Improved: [Behavior of input tag name in Japanese](https://github.com/technote-space/add-richtext-toolbar-button/issues/31) * Improved: [Behavior of sidebar](https://github.com/technote-space/add-richtext-toolbar-button/issues/32) * Improved: [Add link to setting list page after update setting](https://github.com/wp-content-framework/custom_post/issues/35) * Improved: [Setting list order](https://github.com/wp-content-framework/custom_post/issues/36) = 1.0.2 (2019/2/19) = * Fixed: [minor bug fix](https://github.com/technote-space/add-richtext-toolbar-button/issues/25) = 1.0.0 (2019/2/19) = * First release