mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
b5279e4b8a
New changes: 174e531 Don't show debug CBN highlight in test mode 99fc6bd Localisation updates from https://translatewiki.net. 6fe6690 Localisation updates from https://translatewiki.net. e313cb4 Localisation updates from https://translatewiki.net. 27c7585 Separate out demo class and init 36abfac Localisation updates from https://translatewiki.net. bf16b0b Follow-up 36abfac0: Re-fix the build by adding the new 'sa' language 444ad03 ve.utils: Use getWindow in ve.selectElement 1dd52e4 Localisation updates from https://translatewiki.net. fd3c9d0 Localisation updates from https://translatewiki.net. e2667ba Localisation updates from https://translatewiki.net. b657297 Localisation updates from https://translatewiki.net. d777c41 Localisation updates from https://translatewiki.net. 61b7a8d Fix built resources, broken by l10n bot again. 7b128bd Localisation updates from https://translatewiki.net. 6c72553 mailmap: Add an additional e-mail for Bartosz per request Change-Id: Id09bed013d29df9f0f23dfcaff980d440fdae7dd |
||
---|---|---|
.jsduck | ||
bin | ||
build/tasks | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.mailmap | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
betafeatures-icon-VisualEditor-ltr.svg | ||
betafeatures-icon-VisualEditor-rtl.svg | ||
composer.json | ||
CONTRIBUTING.md | ||
extension.json | ||
Gemfile | ||
Gemfile.lock | ||
Gruntfile.js | ||
jsduck.json | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
VisualEditor.hooks.php | ||
VisualEditor.php | ||
VisualEditorDataModule.php | ||
VisualEditorViewPageTargetInitModule.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.