Go to file
Ed Sanders 783521ede7 Clear old captchas after building save options
Bug: T109113
Change-Id: Ib60b5c903c85106c92237d7ce47fa0c01e645a1d
2015-08-17 14:09:56 +01:00
.jsduck Update VE core submodule to master (e61ebf2) 2015-08-12 14:31:06 -07:00
bin
build/tasks
lib Update VE core submodule to master (28c686e) 2015-08-14 11:52:52 -07:00
modules Clear old captchas after building save options 2015-08-17 14:09:56 +01:00
.csslintrc
.gitignore
.gitmodules
.gitreview
.jscsrc build: Drop last jscs over-ride and make pass 2015-07-22 15:13:09 -07:00
.jshintignore
.jshintrc
.mailmap
.rubocop.yml
.rubocop_todo.yml
ApiVisualEditor.php Revert "Revert "Replace wgVisualEditorNamespaces with an associative array"" 2015-08-02 23:13:24 +01:00
ApiVisualEditorEdit.php mw.Target: Add jsconfigvars and modules to the save mechanism 2015-08-04 19:00:09 -07:00
AUTHORS.txt
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
composer.json build: Updating development dependencies 2015-06-19 23:32:37 +02:00
CONTRIBUTING.md
extension.json Add missing message for done button in mobile 2015-08-13 15:33:29 +01:00
Gemfile [BrowserTest] Update the commons_upload gem 2015-06-19 13:19:33 +03:00
Gemfile.lock [BrowserTest] Update the commons_upload gem 2015-06-19 13:19:33 +03:00
Gruntfile.js Follow-up 8b7b20b9: Add new i18n directory to banana testing 2015-07-18 09:30:01 -05:00
jsduck.json
LICENSE.txt
package.json
README.md
VisualEditor.hooks.php Update VE core submodule to master (e61ebf2) 2015-08-12 14:31:06 -07:00
VisualEditor.php Re-do: Empty out PHP entry point 2015-07-02 01:50:57 +00:00
VisualEditorDataModule.php Remove use of deprecated wfRunHooks 2015-08-06 19:09:19 +01:00
VisualEditorDesktopArticleTargetInitModule.php [BREAKING CHANGE] Rename (View|Mobile)PageTarget to (Desktop|Mobile)ArticleTarget 2015-07-29 18:26:36 +01:00

devDependency Status

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.