Go to file
Translation updater bot e01b6531af
Localisation updates from https://translatewiki.net.
Change-Id: I7fa7c387ca84aa45009d3eded010df4fcf3729e2
2024-12-23 07:11:21 +01:00
.jsduck Fix logic for getting the *available* preferred editor 2022-09-01 22:25:53 +02:00
.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. 2024-12-23 07:11:21 +01:00
images
includes Don't index VE edit pages 2024-11-19 19:09:20 +00:00
lib Update VE core submodule to origin/REL1_39 2023-01-30 17:18:38 +00:00
maintenance
modules DesktopArticleTarget.init: Remove code for updating edit links 2024-02-05 18:11:58 +00:00
screenshots
tests
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
AUTHORS.txt
composer.json
CONTRIBUTING.md
extension.json DesktopArticleTarget.init: Remove code for updating edit links 2024-02-05 18:11:58 +00:00
Gruntfile.js
jsduck.json
LICENSE.txt
package-lock.json build: Updating @wdio/mocha-framework to 7.33.0 2024-12-14 06:23:25 +00:00
package.json build: Updating @wdio/mocha-framework to 7.33.0 2024-12-14 06:23: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