mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
809a16701c
New changes: c0fa88a Cleanup SpecialCharacterInspector 50fe498 Store previous range in breakpoint for undo 1333306 Support platform specific message in keyboard shortcuts dialog 6bfbf53 Collapse block slugs and expand on hover/focus ed33efb Slightly strong shading on slug hover target 4513d9c ve.ce.Node: Clean up whitespace in rgba?() syntax 8a4da8e Make the 'full size' button optional 3530f8d ve.ce.Node: Don't use padding or height in the slug transition d3423df Support multiple shortcuts per trigger 3521fa3 Add cmd/ctrl+y as alternative shortcut for redo 873bfef Add cmd/ctrl+m as alternative shortcut for clear formatting 00b0e63 Fix rendering of multi-shortcut actions in shortcut dialog a010dea Add Ctrl+Shift+/ shortcut for the shortcuts dialog Change-Id: I208fba38cf6338bfc1fad2683406931071cf5f32 |
||
---|---|---|
.docs | ||
bin | ||
build/tasks | ||
lib | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitmodules | ||
.gitreview | ||
.jscs.json | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
betafeatures-icon-VisualEditor-formulae-ltr.svg | ||
betafeatures-icon-VisualEditor-formulae-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 CODING.md. Patch submissions are reviewed and managed with Gerrit. There is also API documentation available for the VisualEditor.