Go to file
Ed Sanders 681250dd5e Filter out auto-generated reference lists
Bug: T101553
Bug: T127664
Change-Id: Idc8c6f30ccdd5eaf76a3f7c1b923d8656ca36413
Depends-On: I24250845e97acb4b7de9c495cb46dbd28fc8817e
2016-03-28 17:23:42 +00:00
.jsduck Update VE core submodule to master (b286f7f) 2016-03-25 15:30:43 -07:00
bin
build
lib Update VE core submodule to master (59e4090) 2016-03-28 09:53:45 -07:00
modules Filter out auto-generated reference lists 2016-03-28 17:23:42 +00:00
.csslintrc
.gitignore
.gitmodules
.gitreview
.jscsrc build: Tweak jscs jsDoc rule 'checkAnnotations' 2016-03-10 05:09:06 +01:00
.jshintignore
.jshintrc Update VE core submodule to master (0371bbe) 2016-02-26 12:26:56 -08:00
.mailmap
.rubocop.yml
.rubocop_todo.yml
ApiVisualEditor.php Better handling of read-only mode 2016-03-10 21:02:52 +00:00
ApiVisualEditorEdit.php
AUTHORS.txt
autodisablePref.php
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
composer.json
CONTRIBUTING.md
extension.json Update VE core submodule to master (b286f7f) 2016-03-25 15:30:43 -07:00
Gemfile
Gemfile.lock
Gruntfile.js
jsduck.json Update VE core submodule to master (0371bbe) 2016-02-26 12:26:56 -08:00
LICENSE.txt
package.json build: Bump devDependencies to latest 2016-03-17 19:42:41 +00:00
phpcs.xml
Rakefile
README.md
VisualEditor.hooks.php Merge "Defer the user save in onCustomEditor() to post-send" 2016-03-26 03:16:50 +00:00
VisualEditor.php
VisualEditorDataModule.php Use ResourceLoaderContext::msg() in VisualEditorDataModule 2016-03-11 21:38:17 +00:00
VisualEditorDesktopArticleTargetInitModule.php

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.