Descripción
Este plugin añade las siguientes funciones:
- Botones de código
code
, subscriptsub
y superscriptsup
para la barra de herramientas de formato. - Panel integrado de texto y color de fondo (por el momento, se encuentra dentro de la barra lateral del bloque).
- Elimina el botón de formato (por el momento, se encuentra dentro de la barra lateral del bloque).
Reseñas
26 de noviembre de 2019
easy and awesome!
18 de junio de 2019
Nice free plugin, finally colors on text with Gutenberg !
Thanks for your work
26 de abril de 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.
2 de abril de 2019
No more need to use the HTML view to insert Code. Thanks a lot. Exactly what I was looking for. It just works!
20 de marzo de 2019
Great plugin. Now I just need to find a quick way to change the font style
14 de enero de 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() {
Colaboradores y desarrolladores
«Advanced Rich Text Tools for Gutenberg» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Advanced Rich Text Tools for Gutenberg» ha sido traducido a 6 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Advanced Rich Text Tools for Gutenberg» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.