mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
39f8019c47
New changes: b045c0c Localisation updates from https://translatewiki.net. 3221c45 Introduce ve.ui.Tool c3a2a85 Detect document focus properly and allow null selection in model 03fed20 Localisation updates from https://translatewiki.net. 07dfc7d Actually use getRelative[Content|Structural]Offset wrappers 8fced5f Show VE demo error in VE 547e3d2 Localisation updates from https://translatewiki.net. d6316f5 Fix handlesOwnChildren check in getRelativeOffset e23f1ab Style link inspector on mobile 5968559 Localisation updates from https://translatewiki.net. 4bce90c Bump jscs to 0.4.1 7e39f49 Disable certain tools when surface has no range edde8ca Emit event when insertion annotations change 2a89173 Update OOjs UI to v0.1.0-pre (8986c46d35) 103c4b9 Support null ranges in the demo debug bar 9eb3810 Adjust loop counters in word break detection when removing item 914e002 Skip over handlesOwnChildren nodes in newFromAnnotation ef6096a Improve hasFocus check to compare the anchorNode to the parent 18171bf Revert "Improve hasFocus check to compare the anchorNode to the parent" 3950cef Revert "Detect document focus properly and allow null selection in model" 1c4cac4 Revert "Fix handlesOwnChildren check in getRelativeOffset" Change-Id: Ic3054c668866307a5cfbb74f23efd82ceb2f0ee3 |
||
---|---|---|
.docs | ||
bin | ||
build/tasks | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
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.