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

ACE Editor for WP

Descripción

This plugin adds an advanced code editor to the post content box on post.php and post-new.php. A third tab is added alongside Visual and HTML modes and you can toggle between the three.

NOTE: Visual Mode tends to eat up most/all of any special formatting. If you want to use ACE I’d suggest disabling Visual mode completely. You can do this easily yourself under Users -> Your Profile -> ‘Disable the visual editor when writing’. You can also do it for all users and for specific post types only. See the accompanying file no-visual.php for an example.

Not all features work in Internet Explorer v8 and earlier.

This does not work in full screen mode. Yet.

Features

  • Syntax highlighting
  • Tabbing
  • Line numbers
  • Auto closing of tags and quotes
  • Line highlighting
  • Default theme is TextMate
  • Fixed-width, soft wrap, adjustable height
  • Remembers your last used mode and loads it up on initial page view

ACE Editor can do quite a bit more. If you have integration ideas, let me hear about it

Todo

  • make height of editor consistent when toggling between modes
  • deal with auto_p? (might help preserve formatting from Visual mode)
  • make it work in full screen mode
  • allow users to set their ACE preferences on their profile screen

Capturas

  • Editing a Page

Instalación

See Installing Plugins.

  1. Download the zip from here or from Github and drop it into your site’s wp-content/plugins directory.
  2. Navigate to your site’s Admin->Plugins section (wp-admin/plugins.php) and activate the plugin.
  3. Go edit a post/page/custom-post-type, or add a new one, and look for the ACE tab next to the Visual and HTML Mode tabs at the top right of the content editor box. If you don’t see the Visual tab, that’s great! It means you or someone else disabled Visual Mode. That’ll make toggling between modes a much more pleasant experience (see more in release notes).

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“ACE Editor for WP” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “ACE Editor for WP” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

0.7

  • bugfix – make sure ACE loads on post-new.php
  • bugfix – adjust z-index on ACE Editor so wp nav menus stay on top
  • bugfix – make ACE resizable only in south direction

0.6

  • bugfix – in JS, check to make sure tinymce is available

0.5

  • initial release