1WikiEditor provides enhancements to the MediaWiki edit page
3# This extension requires MediaWiki 1.28 or higher.
5For installation, once the code is copied into your extensions directory, you can load it for your
6wiki by adding to LocalSettings.php the line:
8 wfLoadExtensions( "WikiEditor" );
10By default, when installed this extension will be available to all users, and logged-in users can
11disable it from their preferences. If you wish all users to have it, and be unable to disable it,
12add it to $wgHiddenPrefs in your LocalSettings.php:
14 $wgHiddenPrefs[] = 'usebetatoolbar';
16More can be found on the extension's page: https://www.mediawiki.org/wiki/Extension:WikiEditor