Go to file
Ed Sanders fa307229d2 Add script to find files which exist in lib/ve's modules.json, but not extension.json
Change-Id: Ib5b3aa773961c622cdaf7f4420f720cb86297916
2023-12-08 15:04:13 -05:00
.jsduck Update VE core submodule to master (c788040b1) 2023-12-08 16:40:03 +00:00
.phan
bin updateSubmodule: Don't fail silently due to grep result being empty 2023-12-07 17:45:15 +00:00
build Add script to find files which exist in lib/ve's modules.json, but not extension.json 2023-12-08 15:04:13 -05:00
editcheck Localisation updates from https://translatewiki.net. 2023-12-08 14:46:53 +01:00
i18n Localisation updates from https://translatewiki.net. 2023-12-08 14:46:53 +01:00
includes Update UserOptionsLookup's FQN 2023-11-29 12:41:16 +00:00
lib Update VE core submodule to master (c788040b1) 2023-12-08 16:40:03 +00:00
modules Merge "Link inspector: Use searchFragments feature in TitleWidget" 2023-12-07 16:44:26 +00:00
screenshots
tests build: Update ESLint to 0.26.0 and autofix 2023-11-28 11:18:09 +00:00
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
AUTHORS.txt Move verbose copyright message to AUTHORS.txt 2023-12-01 16:07:39 +00:00
composer.json
CONTRIBUTING.md
extension.json Update VE core submodule to master (c788040b1) 2023-12-08 16:40:03 +00:00
Gruntfile.js
jsduck.json
LICENSE.txt
package-lock.json build: Update ESLint to 0.26.0 and autofix 2023-11-28 11:18:09 +00:00
package.json build: Update ESLint to 0.26.0 and autofix 2023-11-28 11:18:09 +00: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