Extension:VisualEditorPlus
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Release status: stable |
|
|---|---|
| Description | Extends the shortcut options of the visual editor |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | 4.5 |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
|
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the VisualEditorPlus extension if it is available at translatewiki.net | |
The VisualEditorPlus extension extends the shortcut options of VisualEditor.
A full list of shortcuts is provided in the Help function (questionmark menu item) of VisualEditor.
Usage / features
- Additional shortcuts:
_text_ : italics
~text~ : strikethrough
`text` : code
- Typing in the following characters will replace them with the associated unicode emoji:
-
List of supported emojis
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-VisualEditorPlus
.git) as a "vcs repository" and the package name (mediawiki/VisualEditorPlus) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-VisualEditorPlus .git" } ], "require": { "mediawiki/VisualEditorPlus": "VisualEditorPlus" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'VisualEditorPlus' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links

