Extensión:CodeEditor
![]() Estado de lanzamiento: estable |
|
---|---|
![]() |
|
Descripción | Provides a syntax-highlighting code editor for site & user JS, CSS and Lua pages, integrating with advanced edit toolbar |
Autor(es) |
|
Política de compatibilidad | Lanzamientos de screenshots junto con MediaWiki. Master no es compatible con versiones anteriores. |
MediaWiki | 1.32+ |
Cambios de la base de datos | No |
Licencia | GPL-2.0-or-later AND BSD-3-Clause |
Descarga | |
|
|
Descargas trimestrales | 182 (Ranked 51st) |
Wikis públicos que lo utilizan | 8,385 (Ranked 17th) |
Traduce la extensión CodeEditor si está disponible en translatewiki.net | |
Asuntos | Tareas abiertas · Reportar un bug |
The CodeEditor extension extends the WikiEditor advanced editing toolbar with an embedded Ace editor widget, providing some handy features for user/site JavaScript pages, CSS pages, JSON pages, and when extension Scribunto is also installed, for Lua pages, i.e. pages in the Module namespace. The code editor does not show on regular wiki pages, i.e. wiki pages with the "wikitext" content model. (See Extensión:CodeMirror for syntax highlighting of wikitext when using the source editor.)
It provides the following features:
- syntax highlighting for JavaScript, CSS and Lua
- auto-indent
- tab key produces tab indents (since 1.22), soft indents before.
- indent/unindent selection with Tab/Shift-Tab keys
- syntax validity check for JavaScript
- Pair-matching for parenthesis, braces and square brackets
Instalación
- Descarga y extrae los archivos en un directorio denominado «
CodeEditor
» dentro de la carpetaextensions/
. - Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
wfLoadExtension( 'CodeEditor' ); $wgDefaultUserOptions['usebetatoolbar'] = 1; // user option provided by WikiEditor extension
- Configure as required.
Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Instalación Vagrant:
- Si se utiliza Vagrant , instala con
vagrant roles enable codeeditor --provision
Configuración
$wgCodeEditorEnableCore
- To disable the editor on JavaScript and CSS pages in the MediaWiki, User and other core namespaces, set
$wgCodeEditorEnableCore = false;
(default is "true")
$wgScribuntoUseCodeEditor
- To disable this extension for Scribunto, i.e. in the module namespace set
$wgScribuntoUseCodeEditor = false;
(default is "true")
JavaScript
It is possible to change the configuration of the ACE editor, by hooking into the MediaWiki JS hook (i.e. mw.hook( 'codeEditor.configure' ).add( ... )
).
The argument passed to your hook will be an ACE EditSession object.
If you need to interact with the contents of a CodeEditor instance, use jQuery.plugin.textSelection.
Licencia
While this extension is licensed GNU General Public License v2.0 or later (GPL-2.0+) it makes use of the Ace editor software which is licensed BSD 3-clause "New" or "Revised" License (BSD-3-Clause).
See also
- CodeEditorGetPageLanguage extensions - extensions that make use of CodeEditor through the CodeEditorGetPageLanguage hook.
![]() | Esta extensión está siendo usada en uno o más proyectos de Wikimedia. Esto significa probablemente que la extensión es estable y funciona lo suficientemente bien como para ser usada en sitios con gran cantidad de visitas. Puedes buscar el nombre de esta extensión en los archivos CommonSettings.php e InitialiseSettings.php de Wikimedia para ver dónde se instala. Encontrarás la lista completa de extensiones instaladas en un wiki en particular en la página Special:Version del wiki. |
![]() | Esta extensión está incluida en los siguientes anfitriones/granjas wiki y/o paquetes: No se trata de una lista oficial. Algunas granjas/hosts wiki y/o paquetes pueden tener disponible esta extensión aunque no estén listados aquí. Siempre compruébelo con su anfitrión o granja wiki para confirmarlo. |
- Extensions bundled with MediaWiki 1.31/es
- Stable extensions/es
- Extensions with invalid or missing type/es
- Extensions with unknown license/es
- Extensions in Wikimedia version control/es
- EditPage::showEditForm:initial extensions/es
- EditPage::showReadOnlyForm:initial extensions/es
- GetPreferences extensions/es
- All extensions/es
- Extensions used on Wikimedia/es
- Extensions included in BlueSpice/es
- Extensions included in Canasta/es
- Extensions available as Debian packages/es
- Extensions included in Fandom/es
- Extensions included in Miraheze/es
- Extensions included in MyWikis/es
- Extensions included in ProWiki/es
- Extensions included in semantic::core/es
- Extensions included in Telepedia/es
- Extensions included in wiki.gg/es
- Extensions included in WikiForge/es
- Extensions included in WikiTide/es
- Syntax highlighting extensions/es
- Scribunto extensions/es
- Edit extensions/es