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.

Acelerator

Descripción

Add ace editor to any textarea in admin.

Works with other plugins. Initially tuned to support ‘CUSTOM CSS-JS-PHP’ plugin, but far from being limited to it only.

Uses jQuery selectors-like syntax for tuning.

Selectors

The script will look for occurences of selectors (separate with «|») and turn them into ace editors.

Syntaxes

The script will look for occurences of selectors (separate with «|») and will pick the first existing occurence to define the language syntax for ace editor instances on this page. I.e., h4:contains(‘CSS Code’)@css means it will set the ace editor’s syntax to «css» if the page has h4 which contains text «CSS Code».

CSS

Additional CSS for ace editor holder.

Credits

https://github.com/ajaxorg/ace-builds

Capturas

Instalación

Regular installation. See tuning options after installation Settings -> Acelerator Options.

Preguntas frecuentes

Installation Instructions

Regular installation. See tuning options after installation Settings -> Acelerator Options.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Acelerator» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Acelerator» 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.1

Minor enhanvcements and bug fixes

1.0

Initial release