mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
7f0d6646dc
New changes: 1bc3c99 Remove Firefox cursoring hack 5ebd89a Separate demo into mobile demo and desktop demo 3714877 Add test files to dependency tree 2aecf95 Localisation updates from https://translatewiki.net. e750fb7 Update OOjs UI to v0.1.0-pre (d4086ff6e6) 363f2a1 Phantom optimisations edfd5cb Localisation updates from https://translatewiki.net. 6fed173 Localisation updates from https://translatewiki.net. 0dd3402 Update OOjs UI to v0.1.0-pre (521a9e242b) 50ad883 Localisation updates from https://translatewiki.net. 501afaf Update OOjs UI to v0.1.0-pre (0fbf6bd14e) cdaf6c1 Localisation updates from https://translatewiki.net. 682b4d0 Phantom optimisations, episode II e1721a2 Move DesktopSurface and DesktopContext to visualEditor.desktop 857d463 Make $window a property of ce.Surface fa14d31 Update OOjs UI to v0.1.0-pre (0436296667) Change-Id: I13d7dd9289f273b938fdb070cec12ff998351265 |
||
---|---|---|
.docs | ||
bin | ||
build/tasks | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
betafeatures-icon-VisualEditor-language-ltr.svg | ||
betafeatures-icon-VisualEditor-language-rtl.svg | ||
betafeatures-icon-VisualEditor-ltr.svg | ||
betafeatures-icon-VisualEditor-rtl.svg | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorDataModule.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.