Go to file
2022-01-26 11:07:05 +00:00
.jsduck Update VE core submodule to master (2947b78df) 2021-12-16 17:08:47 +01:00
.phan
.vscode
bin
build
i18n Localisation updates from https://translatewiki.net. 2022-01-26 08:25:45 +01:00
images
includes VisualEditorDataModule: Generate definition summary without parsing wikitext 2022-01-24 22:19:17 +00:00
lib Update VE core submodule to master (c3f56a0b9) 2022-01-25 23:27:34 +01:00
maintenance
modules Merge "Move copyright warning message parsing from RL module to API" 2022-01-26 11:07:03 +00:00
screenshots
tests Merge "selenium: Rename load test to content editable" 2022-01-25 13:47:18 +00:00
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
AUTHORS.txt
composer.json
CONTRIBUTING.md
extension.json Update VE core submodule to master (7c6e1b91f) 2022-01-25 21:39:24 +01:00
Gruntfile.js
jsduck.json
LICENSE.txt
package-lock.json
package.json
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