Go to file
Bartosz Dziewoński aaf2bd051a Update VE core submodule to master (179bbdc9c)
New changes:
e916cad3b Make ListStorage a subclass of SafeStorage, instead of a wrapper
179bbdc9c ve.dm.Surface: Add setter for storage system

Change-Id: Ic5f645c926eaed42658ec03e6474f5126eca41f3
2022-06-16 01:47:55 +02:00
.jsduck Update VE core submodule to master (41653c74a) 2022-04-07 00:01:09 +02:00
.phan
.vscode
bin
build eslint: Lint root files with server rules 2022-03-17 23:39:53 +00:00
i18n Remove feedback message link 2022-06-15 12:37:14 +00:00
images
includes Remove $wgVisualEditorTransclusionDialogInlineDescriptions feature flag 2022-06-15 12:09:47 +02:00
lib Update VE core submodule to master (179bbdc9c) 2022-06-16 01:47:55 +02:00
maintenance
modules ArticleTarget: Restore 'commandHelp' to documentCommands 2022-06-15 22:46:15 +00:00
screenshots
tests selenium: Do not retry tests 2022-06-14 14:31:21 +01:00
.eslintignore eslint: Lint all files except those in .eslintignore 2022-04-13 15:44:49 +01:00
.eslintrc.json eslint: Lint root files with server rules 2022-03-17 23:39:53 +00:00
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 22:54:48 +01:00
AUTHORS.txt Replace non-breaking spaces in AUTHORS.txt 2022-04-19 16:09:48 +02:00
composer.json build: Updating dependencies 2022-05-20 10:06:25 +00:00
CONTRIBUTING.md
extension.json Remove feedback message link 2022-06-15 12:37:14 +00:00
Gruntfile.js eslint: Lint all files except those in .eslintignore 2022-04-13 15:44:49 +01:00
jsduck.json
LICENSE.txt
package-lock.json build: Updating dependencies 2022-05-20 10:06:25 +00:00
package.json selenium: Run only one test in Jenkins daily job 2022-06-02 15:43:43 +02:00
Rakefile
README.md
VisualEditor.i18n.alias.php

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.

Terminology