mediawiki-extensions-Visual.../README.txt
Trevor Parscal 7b1bd861bc Added .txt to README so it opens nicely in all operating systems
Change-Id: I78abaa295c5e9c4d547e9daa258651667b80358e
2012-07-23 13:03:12 -07:00

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