mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
2276217d0b
New changes: 6a0b829e3 build: Bump stylelint and config, and make pass 9cacad1e9 Remove JSCS comments ba7adf119 OOUI: Manually pull in fix from I99caad7b ahead of the release cycle 3cdb40b27 Update OOUI to v0.25.1 a1ec03ade getSelectedItem() -> findSelectedItem() bd1aa50fb Localisation updates from https://translatewiki.net. 28b668622 SurfaceSynchronizer: Clear author selections when unapplying 982919680 SurfaceSynchronizer: Translate selections when unapplying Bug: T185395 Change-Id: I58562868ff9c76e5abcca3297d8c7cc1bc60bf12 |
||
---|---|---|
.jsduck | ||
bin | ||
build | ||
i18n | ||
images | ||
lib | ||
modules | ||
screenshots | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.mailmap | ||
.phpcs.xml | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
.stylelintrc.json | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
autodisablePref.php | ||
composer.json | ||
CONTRIBUTING.md | ||
extension.json | ||
Gemfile | ||
Gemfile.lock | ||
Gruntfile.js | ||
jsduck.json | ||
LICENSE.txt | ||
package.json | ||
Rakefile | ||
README.md | ||
SpecialCollabPad.php | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.alias.php | ||
VisualEditor.php | ||
VisualEditorDataModule.php | ||
VisualEditorDesktopArticleTargetInitModule.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.