Go to file
WMDE-Fisch 1ec50247f2 Remove deprecated CSS from old add parameter search
We're not implementing a search widget with results anymore. It's
a leftover from the cleanup after feature flags got removed.

Bug: T310859
Change-Id: I9c177ae92a7d3e13a4fff248a6c86f1aab89f82c
2022-06-28 14:37:41 +00:00
.jsduck
.phan
.vscode
bin
build
i18n Localisation updates from https://translatewiki.net. 2022-06-28 08:40:29 +02:00
images
includes Merge "Avoid preloading base translation page in editor" 2022-06-26 19:17:17 +00:00
lib Update VE core submodule to master (c5804af0a) 2022-06-27 23:23:38 +02:00
maintenance
modules Remove deprecated CSS from old add parameter search 2022-06-28 14:37:41 +00:00
screenshots
tests selenium: Disable flaky test 2022-06-22 17:24:59 +00:00
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
AUTHORS.txt
composer.json
CONTRIBUTING.md
extension.json Move MWAddParameterPage styles to own file 2022-06-28 14:37:35 +00:00
Gruntfile.js
jsduck.json
LICENSE.txt
package-lock.json
package.json
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