Extensión:CodeMirror
CodeMirror Estado de lanzamiento estable |
|
---|---|
![]() |
|
Implementación | Aplicación para votar |
Descripción | Provides syntax highlighting in wikitext editor |
Autor(es) | Pavel Astakhov (pastakhovdiscusión) |
Última versión | 4.0.0 |
Política de compatibilidad | Snapshots releases along with MediaWiki. Master is not backwards compatible. |
MediaWiki | 1.32+ |
PHP | 5.3+ |
Cambios de la base de datos | No |
Licencia | GNU Licencia Pública general 2.0 o más tarde |
Descarga | |
|
|
Traduce el CodeMirror extensión si es disponible en translatewiki.net | |
Función de vagabundo | codemirror |
Asuntos | Tareas abiertas · Reportar un bug |
The CodeMirror extension provides syntax highlighting in MediaWiki's wikitext editor.
It adds a button with the icon to the editing toolbar that allows for switching syntax highlighting on and off.
It supports the 2010 WikiEditor toolbar as well as the VisualEditor toolbar.
By default it is switched off. When switching on, it will replace the standard textarea with the editor provided by CodeMirror library. When switching off, it will be the opposite effect.
You can use your own styles for wikitext highlighting. Used styles available here. You should place your own styles to common.css. If you have found better styles please let me know.
All browsers supported by MediaWiki are supported. Los navegadores modernos de móviles suelen funcionar parcialmente.
Capturas de pantalla
Instalación
- Si usas Vagrant , instala con
vagrant roles enable codemirror --provision
- Instalación manual
- Install either the WikiEditor extension or the VisualEditor extension in wikitext mode, as instructed on their pages; at least one of these is required for this extension to work.
- Descarga y extrae los archivos en el directorio «
CodeMirror
» dentro del directorioextensions/
existente. - Añade el siguiente código a tu LocalSettings.php (preferiblemente al final):
wfLoadExtension( 'CodeMirror' );
- Configure as required.
- Hecho – Navega a Special:Version en tu wiki para verificar que la apariencia se haya instalado correctamente.
Parámetros de configuración
# Enables use of CodeMirror by default but still allow users to disable it
$wgDefaultUserOptions['usecodemirror'] = 1;
Agrega el código de arriba al final de tu $localsettings.
For color and style customization, see Meta help page.
Integración de la extensión
If your MediaWiki extension adds a new tag and you want to make sure CodeMirror properly highlights the content within it, you can add CodeMirror support to your extension. Here are two examples: Cite extension and PhpTags extension.
Pendientes
- highlighting definition lists ( ;foo :bar ) (phab:T170042)
- compleción automática (phab:T95100)
- brace matching (phab:T15302)
- code folding T166098
- highlighting inside gallery tag (<gallery> foo | bar </gallery>)
Véase también
- Extension:VisualEditor
- Extensión:WikiEditor
- Extensión:CodeEditor
- Community Tech/Wikitext editor syntax highlighting (includes information on customizing the colors)
- c:Category:MediaWiki extension CodeMirror
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. |