Go to file
2022-02-11 21:23:49 +00:00
.phan
i18n Localisation updates from https://translatewiki.net. 2022-02-09 08:13:21 +01:00
includes Swap to AutoloadNamespaces 2022-02-06 13:55:54 +00:00
modules Merge "Add 'element' type for toolbar tools" 2022-02-11 21:23:49 +00:00
tests/qunit build: Update eslint-config-wikimedia to 0.21.0 2022-02-07 17:27:27 +00:00
.eslintrc.json build: Update eslint-config-wikimedia to 0.21.0 2022-02-07 17:27:27 +00:00
.gitignore
.gitreview
.phpcs.xml
.stylelintrc.json
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-phan-config to 0.11.1 2021-12-19 10:51:56 +00:00
COPYING
extension.json Swap to AutoloadNamespaces 2022-02-06 13:55:54 +00:00
Gruntfile.js build: Update eslint-config-wikimedia to 0.21.0 2022-02-07 17:27:27 +00:00
package-lock.json build: Update eslint-config-wikimedia to 0.21.0 2022-02-07 17:27:27 +00:00
package.json build: Update eslint-config-wikimedia to 0.21.0 2022-02-07 17:27:27 +00:00
README

WikiEditor provides enhancements to the MediaWiki edit page

For installation, once the code is copied into your extensions directory, you can load it for your
wiki by adding to LocalSettings.php the line:

	wfLoadExtension( 'WikiEditor' );

By default, when installed this extension will be available to all users, and logged-in users can
disable it from their preferences. If you wish all users to have it, and be unable to disable it,
add it to $wgHiddenPrefs in your LocalSettings.php:

	$wgHiddenPrefs[] = 'usebetatoolbar';

More can be found on the extension's page: https://www.mediawiki.org/wiki/Extension:WikiEditor