Go to file
Ed Sanders b1ac5b74d3 Update VE core submodule to master (06f1ebb8e)
New changes:
06f1ebb8e Local/SessionStorage refactor

Local changes:
* Update for core storage refactor

Depends-On: I3cc1d5adfbce794e8345b7f1090c10fb0d42d150
Change-Id: If855ee33b0993788cc159d8c3acf03070e6a9566
2019-05-29 14:49:53 -07:00
.jsduck Update VE core submodule to master (06f1ebb8e) 2019-05-29 14:49:53 -07:00
bin
build Replace the save button with a save tool 2019-04-30 19:32:33 +00:00
i18n Localisation updates from https://translatewiki.net. 2019-05-28 08:56:29 +02:00
images
includes Special-case redlink URLs to load preferred editor 2019-05-26 17:55:38 +01:00
lib Update VE core submodule to master (06f1ebb8e) 2019-05-29 14:49:53 -07:00
maintenance
modules Update VE core submodule to master (06f1ebb8e) 2019-05-29 14:49:53 -07:00
screenshots
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.rubocop.yml
.rubocop_todo.yml
.stylelintrc.json
AUTHORS.txt
composer.json
CONTRIBUTING.md
extension.json Update VE core submodule to master (06f1ebb8e) 2019-05-29 14:49:53 -07:00
Gemfile
Gemfile.lock
Gruntfile.js build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint 2019-05-06 13:33:16 -07:00
jsduck.json Update VE core submodule to master (06f1ebb8e) 2019-05-29 14:49:53 -07:00
LICENSE.txt
package.json build: Upgrade eslint-config-wikimedia 0.12.0, drop grunt-jsonlint 2019-05-06 13:33:16 -07:00
Rakefile
README.md
VisualEditor.i18n.alias.php
VisualEditor.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.