MediaWiki extension VisualEditor-MediaWiki
extension-VisualEditor-MediaWiki
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
ec3677e00194 | Translation updater bot | Localisation updates from https://translatewiki.net. | Jul 8 | ||||
ace9bb6348ba | Jdforrester-WMF | Update VE core submodule to master (5d7b23762) | Jul 7 | ||||
cc08633012e6 | jenkins-bot/Gerrit Code Review | Merge "build: Bump a couple of devDependencies to latest" | Jul 6 | ||||
1ca4f1453d3c | jenkins-bot/Gerrit Code Review | Merge "Update VE core submodule to master (1934b77e7)" | Jul 6 | ||||
2e62ebe05b72 | jenkins-bot/Gerrit Code Review | Merge "build: Exclude /vendor from stylelint to avoid errors" | Jul 6 | ||||
b67d8d5da9f4 | Translation updater bot | Localisation updates from https://translatewiki.net. | Jul 6 | ||||
f7e5ebb84512 | Jdforrester-WMF | build: Bump a couple of devDependencies to latest | Jul 6 | ||||
37088376d4fc | Jdforrester-WMF | Update VE core submodule to master (1934b77e7) | Jul 6 | ||||
3a19558d6e8d | Jdforrester-WMF | build: Exclude /vendor from stylelint to avoid errors | Jul 6 | ||||
eb9417456112 | jenkins-bot/Gerrit Code Review | Merge "ve.ui.MWWikitextSwitchConfirmDialog: Remove broken "evil hack"" | Jul 6 | ||||
db2921281ef4 | Translation updater bot | Localisation updates from https://translatewiki.net. | Jul 5 | ||||
4c3c8b3d1ed7 | matmarex | ve.ui.MWWikitextSwitchConfirmDialog: Remove broken "evil hack" | Jul 4 | ||||
16f5bc609e7b | jenkins-bot/Gerrit Code Review | Merge "TextInputWidgets: update for deprecated multiline behavior" | Jul 3 | ||||
cfe1d6c0c9d6 | DLynch | TextInputWidgets: update for deprecated multiline behavior | Jul 3 | ||||
af7c3a71c99d | Translation updater bot | Localisation updates from https://translatewiki.net. | Jul 3 |
Tags
Tag | Commit | Author | Description | Created | |
---|---|---|---|---|---|
wmf/1.25wmf24 | rEVEDcfc6e39a1538 | jenkins-bot | Merge "Update VE core for cherry-pick" into wmf/1.25wmf24 | Apr 14 2015 |
Branches
Branch | Head | Details | Committed | ||
---|---|---|---|---|---|
master | ec3677e00194 | Localisation updates from https://translatewiki.net. | Jul 8 | ||
wmf/1.30.0-wmf.7 | ad955cadaf97 | VisualEditorHooks#onDiffViewHeader: Don't add type hint as the hook sucks | Jun 28 | ||
wmf/1.30.0-wmf.6 | d990467128f3 | Creating new wmf/1.30.0-wmf.6 branch | Jun 20 | ||
wmf/1.30.0-wmf.5 | 32056d17be38 | Creating new wmf/1.30.0-wmf.5 branch | Jun 13 | ||
wmf/1.30.0-wmf.4 | a7bb05501427 | Creating new wmf/1.30.0-wmf.4 branch | Jun 6 | ||
REL1_29 | ef4503987a86 | init: Fix checks for required skin elements to avoid false positives | May 2 | ||
REL1_28 | 93528b73e355 | Merge "Localisation updates from https://translatewiki.net." | Oct 25 2016 | ||
REL1_27 | 9da5996c0ede | Fix deactivating VE after user explicitly decideas to discard changes | Aug 16 2016 | ||
REL1_26 | a73354552166 | Update VE core submodule to REL1_26 (69b1878) | Mar 4 2016 | ||
REL1_25 | be843138bb14 | Update VE core submodule to REL1_25 HEAD (2e496de) | Sep 17 2015 | ||
REL1_24 | af11aa1426cd | Creating new REL1_24 branch | Oct 11 2014 | ||
REL1_23 | 98835665dc8b | Update VE core submodule for cherry-picks to make math inspector work | Apr 17 2014 | ||
REL1_22 | 43e96d79271b | Merge "doc: Adding missing @static to a static dm.GeneratedContentNode method" | Oct 23 2013 | ||
realtimeve | e59420fedd82 | Add collab.concurrency.js | Jan 5 2013 |
README.md

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](./CONTRIBUTING.md). Patch submissions are reviewed and managed with [Gerrit][]. There is also [API documentation][] available for the VisualEditor.
[VisualEditor]: https://www.mediawiki.org/wiki/VisualEditor [Parsoid]: https://www.mediawiki.org/wiki/Parsoid [API documentation]: https://doc.wikimedia.org/VisualEditor/master/ [Gerrit]: https://www.mediawiki.org/wiki/Gerrit