Go to file
Translation updater bot f3768c8c21 Localisation updates from https://translatewiki.net.
Change-Id: I27f3cb6847ede888aab68c135d37a047dea5fe08
2019-02-12 22:25:51 +01:00
.jsduck Update VE core submodule to master (4398bb868) 2019-01-11 08:16:28 -08:00
bin
build Fix uncaught jQuery linting errors 2019-01-18 21:03:38 +00:00
i18n Localisation updates from https://translatewiki.net. 2019-02-12 22:25:51 +01:00
images
includes build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-06 18:33:13 +00:00
lib Update VE core submodule to master (3df16c6ce) 2019-02-11 14:04:21 -08:00
maintenance doc: Bump copyright year for 2019 2019-01-01 13:24:23 +00:00
modules Filter out duplicate categories in NWE preview 2019-02-12 19:18:09 +01:00
screenshots
.eslintrc.json build: Set "root": true, in .eslintrc.json 2018-12-17 18:59:43 -08:00
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-06 18:33:13 +00:00
.rubocop.yml
.rubocop_todo.yml
.stylelintrc.json stylelint: Enforce class name pattern 2019-01-13 15:14:53 +00:00
AUTHORS.txt
composer.json build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-06 18:33:13 +00:00
CONTRIBUTING.md
extension.json DesktopArticleTarget: Make the progress bar into a reusable widget 2019-02-06 22:20:37 +01:00
Gemfile
Gemfile.lock
Gruntfile.js build: Don't check for code typos in the i18n files 2019-01-30 17:20:07 -08:00
jsduck.json Update VE core submodule to master (4398bb868) 2019-01-11 08:16:28 -08:00
LICENSE.txt doc: Bump copyright year for 2019 2019-01-01 13:24:23 +00:00
package.json build: Update eslint-config-wikimedia to 0.10.1 2019-02-02 11:02:27 -08:00
Rakefile
README.md
VisualEditor.i18n.alias.php doc: Bump copyright year for 2019 2019-01-01 13:24:23 +00:00
VisualEditor.php doc: Bump copyright year for 2019 2019-01-01 13:24:23 +00: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.