mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
51dbeca930
New changes: e0651b2df Move -hasDescriptions class toggle into #renderDiff 94dbb244d Fix dm.BlockquoteNode to inherit from ContentBranchNode 8715f7be7 Remove superfluous setting of canContainContent when inheriting from CBN 88e5b918d Replace instanceof ContentBranchNode with #canContainContent c4b404408 DiffTreeNode: Use getters for type and attributes 869f3d34a SurfaceFragment: Avoid double-annotating in insertDocument, as well 931bd2410 Localisation updates from https://translatewiki.net. f0cdae3ab Disable double-click & enter on focusable nodes when model is not editable cb9ba7137 sync-gh-pages: Add .nojekyll file 495cd7d65 Re-apply "Remove $returnFocusTo hack now null is supported upstream" Bug: T143261 Bug: T161262 Bug: T161547 Change-Id: I1a54293f9a2e0b27adc4fa0708b8dc1fdcca16b0 |
||
---|---|---|
.jsduck | ||
bin | ||
build | ||
lib | ||
modules | ||
screenshots | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.mailmap | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
.stylelintrc | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
autodisablePref.php | ||
betafeatures-icon-VisualEditor-ltr.svg | ||
betafeatures-icon-VisualEditor-rtl.svg | ||
betafeatures-icon-WikitextEditor-ltr.svg | ||
betafeatures-icon-WikitextEditor-rtl.svg | ||
composer.json | ||
CONTRIBUTING.md | ||
extension.json | ||
Gemfile | ||
Gemfile.lock | ||
Gruntfile.js | ||
jsduck.json | ||
LICENSE.txt | ||
package.json | ||
phpcs.xml | ||
Rakefile | ||
README.md | ||
VisualEditor.hooks.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.