Go to file
Translation updater bot 96fd341f1d Localisation updates from https://translatewiki.net.
Change-Id: I73618d0dc368f56585b7f950ecf20c693d29b8d6
2017-08-01 23:05:50 +02:00
.jsduck
bin
build build: Upgrade grunt-eslint from 19.0.0 to 20.0.0 2017-07-18 12:55:33 +01:00
lib Update VE core submodule to master (4d6745b2f) 2017-07-31 12:08:26 -07:00
modules Localisation updates from https://translatewiki.net. 2017-08-01 23:05:50 +02:00
screenshots
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.rubocop.yml
.rubocop_todo.yml
.stylelintrc
ApiVisualEditor.php Update mediawiki-codesniffer 0.10.0 -> 0.10.1 2017-07-25 15:49:56 +01:00
ApiVisualEditorEdit.php
AUTHORS.txt
autodisablePref.php
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
betafeatures-icon-WikitextEditor-ltr.svg
betafeatures-icon-WikitextEditor-rtl.svg
composer.json Update mediawiki-codesniffer 0.10.0 -> 0.10.1 2017-07-25 15:49:56 +01:00
CONTRIBUTING.md
extension.json Display LanguageConverter markup in VisualEditor 2017-07-25 15:26:41 +00:00
Gemfile
Gemfile.lock
Gruntfile.js build: Exclude /vendor from stylelint to avoid errors 2017-07-06 13:40:38 -07:00
jsduck.json
LICENSE.txt
package.json build: Upgrade grunt-eslint from 19.0.0 to 20.0.0 2017-07-18 12:55:33 +01:00
phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 0.10.0 2017-07-01 08:49:44 +00:00
Rakefile
README.md
VisualEditor.hooks.php Display LanguageConverter markup in VisualEditor 2017-07-25 15:26:41 +00:00
VisualEditor.i18n.alias.php
VisualEditor.php
VisualEditorDataModule.php
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.