Go to file
Translation updater bot 31ecd99b94 Localisation updates from https://translatewiki.net.
Change-Id: I0f742133413485003aadedf9f839c29062bfa6a9
2022-08-23 08:11:32 +02:00
.jsduck
.phan ApiVisualEditorEdit: Switch to non-global FlaggablePageView::newFromTitle 2022-08-15 18:02:24 +00:00
.vscode
bin
build
i18n Localisation updates from https://translatewiki.net. 2022-08-23 08:11:32 +02:00
images
includes ApiVisualEditorEdit: Switch to non-global FlaggablePageView::newFromTitle 2022-08-15 18:02:24 +00:00
lib Update VE core submodule to master (8ff9a5b44) 2022-08-19 17:42:39 +02:00
maintenance Migrate usage of Database::select to SelectQueryBuilder 2022-08-12 22:35:30 +00:00
modules Error logging: Provide additional debugging context 2022-08-22 11:21:44 +01: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
CONTRIBUTING.md
extension.json Update VE core submodule to master (439831778) 2022-08-17 00:59:01 +02: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