Go to file
2012-07-19 01:29:03 +00:00
api Make the parser service slightly more robust against serializer failures 2012-07-11 12:01:05 +02:00
demos/ve Merge "Renamed ve.ce.Document.css to ve.ce.DocumentNode.css to match it's contents" 2012-07-19 01:29:03 +00:00
modules Merge "Renamed ve.ce.Document.css to ve.ce.DocumentNode.css to match it's contents" 2012-07-19 01:29:03 +00:00
tests Rename data-mw into data-rt 2012-07-16 12:10:08 -07:00
.gitignore
.gitreview
ApiVisualEditor.php
README
VisualEditor.hooks.php Removed Special:VisualEditorSandbox and refactored demo 2012-07-18 17:57:50 -07:00
VisualEditor.i18n.php Merge "Removed Special:VisualEditorSandbox and refactored demo" 2012-07-19 00:58:43 +00:00
VisualEditor.php Merge "Renamed ve.ce.Document.css to ve.ce.DocumentNode.css to match it's contents" 2012-07-19 01:29:03 +00:00
VisualEditorMessagesModule.php (bug 37819) Put minoredit, watchthis messages in specialMessages too so wikitext in it is displayed correctly 2012-07-17 15:23:43 -07:00

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