Extension:VisualEditorPlus

From mediawiki.org
MediaWiki extensions manual
VisualEditorPlus
Release status: unknown
Author(s) Hallo Welt! GmbH
Latest version 2.0.0-alpha
MediaWiki >= 1.39.0
Composer mediawiki/visual-editor-plus
License GNU General Public License 3.0 only
Download
Quarterly downloads 6 (Ranked 132nd)
Translate the VisualEditorPlus extension if it is available at translatewiki.net

The VisualEditorPlus extension adds various additional functionality to the VisualEditor extension.

Installation[edit]

  • Download and move the extracted VisualEditorPlus folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditorPlus
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'VisualEditorPlus' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.