Go to file
2022-08-03 09:43:50 +00:00
.jsduck Copy BookletLayout implementation from ooui-js 0.44.0 2022-06-21 11:06:44 +02:00
.phan
.vscode
bin
build
i18n Localisation updates from https://translatewiki.net. 2022-08-03 08:19:06 +02:00
images
includes ApiVisualEditorEdit: Transition from 'hidetoc' to 'showtoc' in API result 2022-07-28 14:55:27 +00:00
lib Update VE core submodule to master (2a60d67df) 2022-07-29 00:58:18 +02:00
maintenance
modules Merge "Show "no parameters" message only when there are no parameters" 2022-08-03 09:43:50 +00:00
screenshots
tests Merge "ApiVisualEditorTest: Set Database annotation and $tablesUsed" 2022-07-12 13:31:02 +00:00
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
AUTHORS.txt
composer.json build: Updating dependencies 2022-05-20 10:06:25 +00:00
CONTRIBUTING.md
extension.json Merge "Remove 5 more very old unused messages" 2022-08-01 09:46:45 +00:00
Gruntfile.js
jsduck.json
LICENSE.txt
package-lock.json build: Updating grunt to 1.5.3 2022-07-20 09:42:42 -04:00
package.json build: Updating grunt to 1.5.3 2022-07-20 09:42:42 -04:00
Rakefile
README.md
VisualEditor.i18n.alias.php

VisualEditor

VisualEditor provides a visual editor for wiki pages. It is written in JavaScript and runs in a web browser.

It uses the Parsoid parser to convert wikitext documents to annotated HTML which the VisualEditor is able to load, modify and emit back to Parsoid at which point it is converted back into wikitext.

For more information about these projects, check out the VisualEditor and Parsoid pages on mediawiki.

Developing and installing

For information on installing VisualEditor on a local wiki, please see https://www.mediawiki.org/wiki/Extension:VisualEditor

For information about running tests and contributing code to VisualEditor, see CONTRIBUTING.md. Patch submissions are reviewed and managed with Gerrit. There is also API documentation available for the VisualEditor.

Terminology