Go to file
Translation updater bot f1778cfb49 Localisation updates from https://translatewiki.net.
Change-Id: I3de4e1d195bf07fa8a5db388143e3220ac246359
2024-03-14 09:04:05 +01:00
.phan
i18n Localisation updates from https://translatewiki.net. 2024-03-14 09:04:05 +01:00
includes
modules Merge "RealtimePreview: Add drop shadow to floating button" 2024-03-13 23:55:07 +00:00
tests/qunit
.eslintrc.json
.gitignore
.gitreview
.phpcs.xml
.stylelintrc.json
CODE_OF_CONDUCT.md
composer.json build: Updating dependencies 2024-02-13 04:49:20 +00:00
COPYING
extension.json
Gruntfile.js
jsdoc.json
package-lock.json build: Updating jsdoc-wmf-theme to 0.0.12 2024-02-16 13:19:23 +00:00
package.json build: Updating jsdoc-wmf-theme to 0.0.12 2024-02-16 13:19:23 +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