# VisualEditorPlus ## Installation Execute composer require hallowelt/visualeditorplus dev-REL1_35 within MediaWiki root or add `hallowelt/visualeditorplus` to the `composer.json` file of your project ## Activation Add wfLoadExtension( 'VisualEditorPlus' ); to your `LocalSettings.php` or the appropriate `settings.d/` file.