mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
7df0e7589e
New changes: e661245 Localisation updates from https://translatewiki.net. d0bac53 ElementLinearData: Add test for sanitize conversions 53988e4 ElementLinearData: Test blacklist unwrapping 8593098 ve.dm.Model: Remove unused, untested method 'hasAttributes' 6247dd2 ce.Surface: Add tests for table strip delete bee1851 ce.Surface: Add larger table strip-delete test 42d39e7 ce.Surface: Test table navigation with enter/escape/tab/shift-tab 5d248f9 Remove TableCaptionCommand a86ad04 PreviewElement: Check node is a GCN, and always return a boolean b518839 Localisation updates from https://translatewiki.net. 8834e9c ce.Surface: Allow any key code in the key handler tests 6b3ea6a ce.Surface: Linear arrow tests for block node 026999d Localisation updates from https://translatewiki.net. eb97c1f Localisation updates from https://translatewiki.net. Change-Id: Ic5853116d97623316d9a6bbacda2ecab9e4b49d5 |
||
---|---|---|
.jsduck | ||
bin | ||
build | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.mailmap | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
autodisablePref.php | ||
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 | ||
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.