Go to file
2016-02-10 01:51:57 +00:00
.jsduck Update VE core submodule to master (7c7aa59) 2016-02-02 15:08:53 -08:00
bin
build Fix typos 2015-12-09 16:47:13 +00:00
lib Update VE core submodule to master (c283af7) 2016-02-07 17:32:57 -08:00
modules Merge "Edit mode switch: Show popup next to VE switch button" 2016-02-10 01:51:57 +00:00
.csslintrc
.gitignore
.gitmodules
.gitreview
.jscsrc
.jshintignore
.jshintrc build: Bump various devDeps to latest and make pass 2016-02-07 19:41:21 -08:00
.mailmap
.rubocop.yml
.rubocop_todo.yml
ApiVisualEditor.php [BREAKING CHANGE] Drop MW pre-1.25 PHP API documentation compatibility 2016-02-06 17:43:37 -08:00
ApiVisualEditorEdit.php [BREAKING CHANGE] Drop MW pre-1.25 PHP API documentation compatibility 2016-02-06 17:43:37 -08:00
AUTHORS.txt
autodisablePref.php build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
composer.json build: Updating development dependencies 2016-01-05 10:43:09 -08:00
CONTRIBUTING.md
extension.json Merge "Edit mode switch: Show popup next to VE switch button" 2016-02-10 01:51:57 +00:00
Gemfile Update mediawiki_selenium Ruby gem to version 1.6.5 2016-02-03 18:17:12 +01:00
Gemfile.lock Update mediawiki_selenium Ruby gem to version 1.6.5 2016-02-03 18:17:12 +01:00
Gruntfile.js
jsduck.json jsduck: Add Text type to external known styles 2016-02-06 19:23:16 -08:00
LICENSE.txt build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
package.json build: Bump various devDeps to latest and make pass 2016-02-07 19:41:21 -08:00
phpcs.xml
Rakefile
README.md
VisualEditor.hooks.php Merge "Edit mode switch: Show popup next to VE switch button" 2016-02-10 01:51:57 +00:00
VisualEditor.php build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08:00
VisualEditorDataModule.php Remove all Extension:Cite code, now moved there 2016-02-05 21:36:56 +00:00
VisualEditorDesktopArticleTargetInitModule.php build: Bump file copyright notices for 2016 2016-01-03 14:57:25 -08: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.