Go to file
Translation updater bot 2ec96bf0c4 Localisation updates from https://translatewiki.net.
Change-Id: Ie86751a61ed86f341df7e3d772db1e87a9ffd2d9
2022-05-25 08:33:17 +02:00
.jsduck
.phan
.vscode
bin
build
i18n Localisation updates from https://translatewiki.net. 2022-05-25 08:33:17 +02:00
images
includes Merge "Bump requested Parsoid HTML version to 2.4.0" 2022-05-25 00:01:18 +00:00
lib Update VE core submodule to master (020488bd1) 2022-05-21 17:45:54 +02:00
maintenance
modules Merge "Bump requested Parsoid HTML version to 2.4.0" 2022-05-25 00:01:18 +00:00
screenshots
tests selenium: Improve debugging 2022-05-20 16:44:23 +02:00
.eslintignore eslint: Lint all files except those in .eslintignore 2022-04-13 15:44:49 +01:00
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 22:54:48 +01:00
AUTHORS.txt Replace non-breaking spaces in AUTHORS.txt 2022-04-19 16:09:48 +02:00
composer.json build: Updating dependencies 2022-05-20 10:06:25 +00:00
CONTRIBUTING.md
extension.json Merge "Use new ResourceLoader namespace" 2022-05-24 23:46:12 +00:00
Gruntfile.js eslint: Lint all files except those in .eslintignore 2022-04-13 15:44:49 +01:00
jsduck.json
LICENSE.txt
package-lock.json build: Updating dependencies 2022-05-20 10:06:25 +00:00
package.json build: Updating dependencies 2022-05-20 10:06:25 +00: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