mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
1f74985894
New changes: 479b50059 Localisation updates from https://translatewiki.net. c595d8ab0 Metion task related to Firefox hack 0a160fac2 Don't trust selections from the server d796f3db5 rebaser: Update dependencies b097dfaad ve.dm.Transaction: Don't translate offsets inside annotate-only replacements eadee0343 FragmentWindow: Replace previousSelection with initialFragment 561e88158 Use ve.dm.example.imgSrc everywhere d1dceab31 DesktopContext: Remove onModelSelect event 85947ac55 Pause synchronizer while staging 9a4dd169d Catch various out-of-bounds exceptions 341114afc Remove CE HTML from DM html test fixture 5d3a673e0 ve.ce.Document test: Add src to test image 182ac338e Evalutate fragment selection after staging e032fa161 rebaser: Drop document opacity while paused Change-Id: Id551ee2e6510610b8f2e12cf77ce3c8429700872 |
||
---|---|---|
.jsduck | ||
.phan | ||
bin | ||
build | ||
i18n | ||
images | ||
includes | ||
lib | ||
maintenance | ||
modules | ||
screenshots | ||
.eslintrc.json | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.mailmap | ||
.phpcs.xml | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
.stylelintrc.json | ||
AUTHORS.txt | ||
composer.json | ||
CONTRIBUTING.md | ||
extension.json | ||
Gemfile | ||
Gemfile.lock | ||
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.