Go to file
2013-08-16 02:15:42 +00:00
.docs Add ve.ui.ToolGroup and use within toolbar setup 2013-08-07 05:08:20 +00:00
demos Add ve.ui.ToolGroup and use within toolbar setup 2013-08-07 05:08:20 +00:00
maintenance
modules Merge "Create a superscript tool" 2013-08-16 02:15:42 +00:00
.csslintrc
.gitignore
.gitreview
.jshintignore Language Inspector UI 2013-07-29 00:38:59 -04:00
.jshintrc
ApiVisualEditor.php ve.ce.MWTransclusionNode: Check for API errors 2013-08-03 00:35:42 +02:00
ApiVisualEditorEdit.php
AUTHORS.txt
CODING.md
Gruntfile.js
LICENSE.txt
package.json
README.txt
VisualEditor.hooks.php Use internal ve.track to log events 2013-08-15 19:43:36 +00:00
VisualEditor.i18n.php Merge "Create a superscript tool" 2013-08-16 02:15:42 +00:00
VisualEditor.php Merge "Create a superscript tool" 2013-08-16 02:15:42 +00:00
VisualEditorMessagesModule.php

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 wiki:

	* http://www.mediawiki.org/wiki/VisualEditor
	* http://www.mediawiki.org/wiki/Parsoid