Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Easy Prism Syntax Highlighter

Descripción

Tired to search for normal, easy to install programming code highlight plugin?

This one will help you to end this adventure.

It adds special shortcode , keyboard shortcut «alt+c» and button to Visual Editor.

If you want do define highlight syntax language, you may use direct lang param like .

Plugin will also highlight <pre class='language-html'>…</pre> and <code class='language-html'></code>, if you don’t want to use shortcode.

Capturas

  • Visual Editor.
  • Frontend block and inline.

Instalación

  1. Upload easy-prism to the /wp-content/plugins/ directory
  2. Activate the plugin through the «Plugins» menu in WordPress
  3. Use or simple shortcode to display highlighted code.

Important: Use shortcode only in Visual Editor. For BB-Editor mode use normal <code class='language-html'></code> tag.

Preguntas frecuentes

How to highlight inline element

It’s simple.

If you write inline – it will be displayed inline.

In case you put in one and more linebreaks «\n» – it will be displayed as block element.

Can I use this plugin with other syntax highlight?

You may do what you want, but plugins author doesn’t promise that any other syntax highlight plugin will work correctly with the original one.

Is it possible to add more capatibilites to this plugin?

Of course. Write me to info@wpthy.com with subject «Feature request for Easy Prism Syntax Highlighter plugin» a letter and make request.

Reseñas

22 de julio de 2017
Hi WordPress community, This plugin is outdated and isn't compatible with the latest WP versions. I recently installed it and worked correctly on posts but crashed some parts of my theme, hence I recommend not to use this plugin. It adds unnecessary <p> tags everywhere.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

«Easy Prism Syntax Highlighter» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Easy Prism Syntax Highlighter» 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.

Registro de cambios

1.0.2.

Remove all tags inside , because while it’s been inputed in Visual Editor it makes a lot of garbage.

1.0.1

Nightly bugfixes. Respond for plugin user feedback.

1.0

  • Initial Commit