Go to file
2014-09-16 23:44:22 +00:00
.docs Update VE core submodule to master (1fd23db) 2014-09-10 19:13:08 -07:00
bin
build/tasks
lib Update VE core submodule to master (3e09af1) 2014-09-16 16:07:31 -07:00
modules Merge "Show pending state on action button and keep dialog open when switching to source mode" 2014-09-16 23:44:22 +00:00
.csslintrc
.gitignore
.gitmodules
.gitreview
.jscsrc Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
.jshintignore
.jshintrc test: Move mw into the global list of globals for VE-MW 2014-07-19 17:42:45 +00:00
ApiVisualEditor.php Merge "Update anoneditwarning message per core change" 2014-09-02 19:05:03 +00:00
ApiVisualEditorEdit.php Merge "Use Config instead of globals" 2014-08-15 22:55:02 +00:00
AUTHORS.txt Add myself to AUTHORS.txt 2014-08-22 16:40:12 -07:00
betafeatures-icon-VisualEditor-language-ltr.svg
betafeatures-icon-VisualEditor-language-rtl.svg
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
CONTRIBUTING.md
Gruntfile.js
LICENSE.txt
package.json build: Bump miscellaneous devDependencies to latest 2014-09-13 23:40:06 -07:00
README.md
VisualEditor.hooks.php Make <visualeditor-preference-enable> message respect plural rules 2014-09-16 10:35:57 -07:00
VisualEditor.php Add contextual help to all remaining meta dialog controls 2014-09-15 16:26:12 -07:00
VisualEditorDataModule.php Use Config instead of globals 2014-08-15 15:50:26 -07:00
VisualEditorViewPageTargetInitModule.php Fix copyright notice in VisualEditorViewPageTargetInitModule.php header 2014-09-10 12:07:56 -07:00

VisualEditor

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.

Developing and installing

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.