mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
282f62d039
Change-Id: Id13f6995adb5b9969bccbbea16a8f0a858f78224
13 lines
530 B
Plaintext
13 lines
530 B
Plaintext
VisualEditor and Parsoid work together to provide a visual editor for wiki pages.
|
|
|
|
Parsoid is used 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.
|
|
|
|
Both projects are written in JavaScript. Parsoid runs on Node.js while VisualEditor runs in a web
|
|
browser.
|
|
|
|
For more information about these projects, check out the wiki:
|
|
|
|
* http://www.mediawiki.org/wiki/VisualEditor
|
|
* http://www.mediawiki.org/wiki/Parsoid
|