| commit | 3db9a0accfa47a0ab6fb1e37172186fb48e76fce | [log] [tgz] |
|---|---|---|
| author | James D. Forrester <jforrester@wikimedia.org> | Tue Mar 19 09:26:07 2019 -0700 |
| committer | Bartosz DziewoĆski <matma.rex@gmail.com> | Mon Jun 03 17:41:10 2019 +0000 |
| tree | 272afa1c1cb265f7f8f0b54fb81bea0363e3b18c | |
| parent | 6854ea0e7a0a8248c2c27498c9fd0cab5462c9c4 [diff] |
.gitmodules: Update gerrit URI syntax, deprecated ages ago, now unsupported Bug: T218694 Change-Id: I61a5e68e74176f9f25bddf154eb100b224a018f5 (cherry picked from commit 6f6d80416a663a2963cc26da825409c5e005df0b)
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.
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.