mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
b8d9903f38
New changes: 6cf26d2 demo: Unbreak eventLogger.html and eventSequencer.html 0ec8fe0 Localisation updates from https://translatewiki.net. c739533 Destroy toolbar dialog manager when surface is destroyed 652fd88 Localisation updates from https://translatewiki.net. 649c9ce ve.ce.TestRunner: Don't assume there is a 'changeText' before 'endLoop' 8bc7441 imetests: Add a regression test for Polish keyboard input b12ff72 ve.ce: Remove hacks from Surface#onDocumentKeyPress; add related IME test 8db941e Localisation updates from https://translatewiki.net. 76af411 Localisation updates from https://translatewiki.net. d8e5766 Localisation updates from https://translatewiki.net. 4c1a0fa Update grunt-css-url-embed 127cd7c Localisation updates from https://translatewiki.net. 1545c82 Localisation updates from https://translatewiki.net. f40b2ca Update bugzilla links to phabricator bfd8205 Localisation updates from https://translatewiki.net. e384bdf Localisation updates from https://translatewiki.net. 1e2e37d Localisation updates from https://translatewiki.net. Change-Id: I4eb46a831b013aa36678b49575c90388cd5b52c7 |
||
---|---|---|
.docs | ||
bin | ||
build/tasks | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
betafeatures-icon-VisualEditor-language-ltr.svg | ||
betafeatures-icon-VisualEditor-language-rtl.svg | ||
betafeatures-icon-VisualEditor-ltr.svg | ||
betafeatures-icon-VisualEditor-rtl.svg | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
Gruntfile.js | ||
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.