Estinzioni:CodeMirror
CodeMirror Release status: stable |
|
---|---|
![]() |
|
Implementation | User interface |
Description | Provides syntax highlighting in wikitext editor |
Author(s) | Pavel Astakhov (pastakhovDiscussioni) |
Latest version | 4.0.0 |
Compatibility policy | release branches |
MediaWiki | 1.32+ |
PHP | 5.3+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
|
|
Translate the CodeMirror extension if it is available at translatewiki.net | |
Vagrant role | codemirror |
Issues | Open tasks · Report a 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.
Browser support
All browsers supported by MediaWiki are supported. Modern mobile browsers tend to partly work.
Screenshots
Nstallazzioni
- If using Vagrant , install with
vagrant roles enable codemirror --provision
- Manual installation
- 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.
- Download and place the file(s) in a directory called
CodeMirror
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'CodeMirror' );
- Configure as required.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Paràmitri di cunfigurazzioni
# Enables use of CodeMirror by default but still allow users to disable it
$wgDefaultUserOptions['usecodemirror'] = 1;
Agghiunci lu còdici ccà susu â fini dô tò $localsettings.
For color and style customization, see Meta help page.
Extension integration
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.
To do
- highlighting definition lists ( ;foo :bar ) (phab:T170042)
- auto-completion (phab:T95100)
- brace matching (phab:T15302)
- code folding T166098
- highlighting inside gallery tag (<gallery> foo | bar </gallery>)
Talìa puru
- Extension:VisualEditor
- Estinzioni:WikiEditor
- Extension:CodeEditor
- Community Tech/Wikitext editor syntax highlighting (includes information on customizing the colors)
- c:Category:MediaWiki extension CodeMirror
![]() | This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
- Stable extensions/scn
- User interface extensions/scn
- GPL licensed extensions/scn
- Extensions in Wikimedia version control/scn
- BeforePageDisplay extensions/scn
- GetPreferences extensions/scn
- ResourceLoaderGetConfigVars extensions/scn
- All extensions/scn
- Extensions used on Wikimedia/scn
- Syntax highlighting extensions/scn