mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-12 06:27:01 +00:00
cce248ce01
New changes: 5866b762f build: Re-enable Firefox testing 501e8354e ve.dm.Converter: Remove unused branch 84086e60f Localisation updates from https://translatewiki.net. e1eb88ea2 Unify `list-style` CSS d8eae968d ve.dm.Converter: Move var declarations inline a26ff5fa6 ve.ce.Surface: Move var declarations inline 47a2d36f3 Localisation updates from https://translatewiki.net. cf97b4938 build: Merge eslint main and html tasks back together 381ade44c build: Updating grunt to 1.4.0 d98f7995a Localisation updates from https://translatewiki.net. c6bc154d2 Check if alien context item is registered before using e645b06af Localisation updates from https://translatewiki.net. 58830c0dd build: Updating postcss to 8.2.15 f7b193a7e Localisation updates from https://translatewiki.net. 9730bd748 Update OOjs to v6.0.0 Bug: T240955 Bug: T282194 Change-Id: I7a26365a24103ac4e4b1279fda3b74ac6e4a9497 |
||
---|---|---|
.jsduck | ||
.phan | ||
bin | ||
build | ||
i18n | ||
images | ||
includes | ||
lib | ||
maintenance | ||
modules | ||
screenshots | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.mailmap | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AUTHORS.txt | ||
composer.json | ||
CONTRIBUTING.md | ||
extension.json | ||
Gruntfile.js | ||
jsduck.json | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
Rakefile | ||
README.md | ||
VisualEditor.i18n.alias.php | ||
VisualEditor.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.