IT/Software/Mediawiki/Extensions/Visual Editor: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "== About == * The Visual editor is the editor you see when you click edit on a msgwiki page. * https://www.mediawiki.org/wiki/Extension:VisualEditor == Installation == * Yo...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
== About == | ==About== | ||
* The Visual editor is the editor you see when you click edit on a msgwiki page. | *The Visual editor is the editor you see when you click edit on a msgwiki page. | ||
* https://www.mediawiki.org/wiki/Extension:VisualEditor | *https://www.mediawiki.org/wiki/Extension:VisualEditor | ||
== Installation == | ==Installation== | ||
* You can download the tarball [[mediawikiwiki:Special:ExtensionDistributor/VisualEditor|here]]. | *You can download the tarball [[mediawikiwiki:Special:ExtensionDistributor/VisualEditor|here]]. | ||
* Add the following to your LocalSettings.php to enable. | *Add the following to your LocalSettings.php to enable. | ||
wfLoadExtension( 'VisualEditor' ); | wfLoadExtension( 'VisualEditor' ); | ||
* Add the following line to allow everyone to use the visual editor. | *Add the following line to allow everyone to use the visual editor. | ||
$wgDefaultUserOptions['visualeditor-enable'] = 1; | $wgDefaultUserOptions['visualeditor-enable'] = 1; | ||
test line |
Revision as of 13:49, 4 February 2020
About
- The Visual editor is the editor you see when you click edit on a msgwiki page.
- https://www.mediawiki.org/wiki/Extension:VisualEditor
Installation
- You can download the tarball here.
- Add the following to your LocalSettings.php to enable.
wfLoadExtension( 'VisualEditor' );
- Add the following line to allow everyone to use the visual editor.
$wgDefaultUserOptions['visualeditor-enable'] = 1;
test line