Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Cipher

Descripción

Cipher is a settings-free plugin that allows commenters to publish (pre-formatted) code.

Functionalities:

  • Backticks (`) can be used as an alternative to the <code> tag to mark up both in-line and pre-formatted code within a comment.
  • Formatted chunks of code or pieces of code longer than 70 characters posted via the comment form automatically wrapped in pre+code tags.
  • Special characters in code submitted through the comment form automatically converted to HTML entities.

Instalación

Upload in the ‘plugins’ folder and activate.

Reseñas

15 de Febrero de 2018
The snippet overlay doesn’t open due to some Javascript error, but the wrapping button in post editor still works fine. UPD: a version with the snippet overlay fixed can be found here https://github.com/Exove/cipher. Would be glad to integrate the changes into the WP.org plugin, but can’t find any contact of the author.
Leer los 2 comentarios

Colaboradores & Desarrolladores

“Cipher” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Cipher” 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 .

Historial de cambios

1.2.2

Refreshed the plugin’s metadata.

1.2.1

Improved the namespacing of the base class.

1.2

  • Removed the QuickTags feature, incompatible with the new Gutenberg editor.
  • Periods, slashes and @ are no longer converted to HTML entities.