Go to file
2014-03-06 19:41:28 +00:00
.docs Update VE core submodule to master (165594b) 2014-03-05 15:39:10 -08:00
bin Remove "msgs" files for i18n batch processing 2014-02-27 01:21:03 +00:00
build/tasks
lib Update VE core submodule to master (c81252c) 2014-03-05 17:24:22 -08:00
modules Merge "Get item data from change event in select widget items" 2014-03-06 19:41:28 +00:00
.csslintrc
.gitignore
.gitmodules
.gitreview
.jscs.json
.jshintignore
.jshintrc
ApiVisualEditor.php Pass 'pst' as true in parse request for fragments 2014-02-11 17:06:26 -08:00
ApiVisualEditorEdit.php Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
AUTHORS.txt
betafeatures-icon-VisualEditor-formulae-ltr.svg
betafeatures-icon-VisualEditor-formulae-rtl.svg
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
CONTRIBUTING.md CONTRIBUTING: Refer to VisualEditor contribution guidelines 2014-02-21 02:34:41 +01:00
Gruntfile.js Remove SyntaxHighlight code 2014-02-20 11:59:37 -08:00
LICENSE.txt Fix more copyright headers not updated to 2014 2014-01-13 15:08:24 +00:00
package.json
README.md
VisualEditor.hooks.php Update VE core submodule to master (48dd09a) 2014-03-04 11:45:12 -08:00
VisualEditor.i18n.php Use JSON support in core for i18n messages 2014-01-05 18:41:43 +08:00
VisualEditor.php Re-label "Transclusion" button to "Template", as that's now the default 2014-03-06 02:44:14 +00:00
VisualEditorDataModule.php Bump copyright like it's 2014 2014-01-05 20:06:50 +08: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 CODING.md. Patch submissions are reviewed and managed with Gerrit. There is also API documentation available for the VisualEditor.