Go to file
Ed Sanders 8687237a05 Follow-up Ieba322fd: Don't generate postedit notification now we set config var
Setting the config var then loading mediawiki.action.view.postEdit
will already trigger the notification code, so we can remove this
duplicated code now.

Bug: T240041
Change-Id: If0d1aa4e734dab7cca168e78216f229b9924bab7
(cherry picked from commit 596575582c)
2024-02-05 18:08:46 +00:00
.jsduck Fix logic for getting the *available* preferred editor 2022-09-01 22:25:53 +02:00
.phan ApiVisualEditorEdit: Switch to non-global FlaggablePageView::newFromTitle 2022-08-15 18:02:24 +00:00
.vscode
bin
build
i18n Localisation updates from https://translatewiki.net. 2024-02-05 07:57:28 +01:00
images
includes Restore the $oldid condition for funny ETag logging 2022-09-03 05:06:44 +02:00
lib Update VE core submodule to origin/REL1_39 2023-01-30 17:18:38 +00:00
maintenance Migrate usage of Database::select to SelectQueryBuilder 2022-08-12 22:35:30 +00:00
modules Follow-up Ieba322fd: Don't generate postedit notification now we set config var 2024-02-05 18:08:46 +00:00
screenshots
tests
.eslintignore
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
AUTHORS.txt
composer.json
CONTRIBUTING.md
extension.json Follow-up Ieba322fd: Don't generate postedit notification now we set config var 2024-02-05 18:08:46 +00:00
Gruntfile.js
jsduck.json
LICENSE.txt
package-lock.json build: Updating grunt to 1.5.3 2022-07-20 09:42:42 -04:00
package.json build: Updating grunt to 1.5.3 2022-07-20 09:42:42 -04: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