Advanced Rich Text Tools for Gutenberg
Advanced Rich Text Tools for Gutenberg
Description
This plugin adds the following functionality:
- Code
code, subscriptsub, and superscriptsupbuttons to the formatting toolbar. - Inline text and background colour panel (found inside the block sidebar for now).
- Remove formatting button (found inside the block sidebar for now).
Reviews
Ignore this review - wrong plugin (sorry)
By Jonathan Camp (nampara17) on March 17, 2021
Ignore this review - wrong plugin (sorry)
Excellent addition to Gutemberg!
By heinelg on January 16, 2021
Gutenberg doesn't allow me to add <sup> & </sup> even in the code editor but this plugin fills this surprising omission. Thanks!
Most of the interface cannot be translated
By François Moreau (moreauf) on April 15, 2020
Despite being the leading plugin for adding Subscript and Superscript to the Gutenberg editor, most of its UI has not be coded in a way to allow translation. A fix has been sent by a member of the community more than a year ago, unfortunately it has not been included by the developer.
As it is, this plugin is only of interest to english speaking users.
Excellent
By Webprom Design (webprom) on January 26, 2020
Must be integrated into Gutenberg!
It also works well with Central Color Palette plugin.
easy and awesome!
By impochun on November 26, 2019
easy and awesome!
Nice free plugin, finally colors on text with Gutenberg
By Doobeedoo on June 18, 2019
Nice free plugin, finally colors on text with Gutenberg !
Thanks for your work
Nice Job!
By alexnavin on April 26, 2019
Exactly what I was looking for! Thanks, guys. Gutenberg offers a few text editing options. For me having a block of code in my tutorials is vital. So thanks guys, for adding it to the editor.
A real work relief
By Peter Raschendorfer (petersplugins) on April 2, 2019
No more need to use the HTML view to insert Code. Thanks a lot. Exactly what I was looking for. It just works!
Thank you so much!
By mbrinson on March 20, 2019
Great plugin. Now I just need to find a quick way to change the font style
Thanks a lot!
By syntcom on January 14, 2019
Without this Plugin Gutenberg is worth nothing, since TinyMCE can't be inerted in other blocks without beraking them. This is the little formatting thing the is really needed.
Needs a little bit of optimization on the frontend side, so it doesnt load 2.5MB of scripts that are only needed in the backend actually.
Only change this line in the index.php and everything is fine:
add_action( 'init', function() {
to
add_action( 'admin_enqueue_scripts', function() {
