mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
70cff83f68
New changes: 44ca3b6 Use store indices in annotate operations 3ebbcce Make range optional in getUsedStoreValuesFromRange 9d03a5e Set originalDomElements whenever a data element is created 4cfffde Simplify annotation hashes 4eeb8bb Add handlers for font annotations 4a6d6f0 Localisation updates from https://translatewiki.net. 05de45e ve.ui.ToolbarDialogTool: Fix documentation 6797d6d Use type from toDataElements when creating annotations b3a3839 Store reference to DM document in transactions c073a24 Load special characters in Platform instead of SpecialCharacterDialog Local changes: * Add new files to VisualEditor.php * Re-sort i18n strings in VisualEditor.php * Re-run extenson.json creation * Update documentation HTML file * Update tests for adjacent annotations fix Change-Id: I7a5e79e68ab8a7aae0e9af42d011943019f7f85f |
||
---|---|---|
.jsduck | ||
bin | ||
build/tasks | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
betafeatures-icon-VisualEditor-ltr.svg | ||
betafeatures-icon-VisualEditor-rtl.svg | ||
composer.json | ||
CONTRIBUTING.md | ||
extension.json | ||
Gemfile | ||
Gemfile.lock | ||
Gruntfile.js | ||
jsduck.json | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
VisualEditor.hooks.php | ||
VisualEditor.php | ||
VisualEditorDataModule.php | ||
VisualEditorViewPageTargetInitModule.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.