Go to file
James D. Forrester 2da4430f64 Update VE core submodule to master (731b3ad)
New changes:
7fb2931 Fix context height and padding
ce804a0 Add 'isGenerating' method to ve.ce.GeneratedContentNode
a78814e Describe ve.Range using anchor/focus terminology
1eee7ed Insert slugs on backspace/delete if needed
4bd365f Prevent backspacing/deleting over table cells
5380b8c Follow-up 80a07cf5cb: don't use DM DOM nodes directly in CE DOM
fb45c46 Localisation updates from https://translatewiki.net.
13e90b8 Allow override of 'actions' toolbar group
731b3ad Update OOjs UI to v0.9.4

Change-Id: I80a0e8402bb634180e9ece1483f7cdd28fe3b9a3
2015-03-25 15:40:10 -07:00
.jsduck Update VE core submodule to master (cb06317) 2015-03-25 18:20:35 +00:00
bin Update JSDuck config to standard jsduck.json 2015-03-05 23:51:53 +01:00
build/tasks
lib Update VE core submodule to master (731b3ad) 2015-03-25 15:40:10 -07:00
modules Localisation updates from https://translatewiki.net. 2015-03-25 22:21:47 +01:00
.csslintrc
.gitignore Add composer entry point for phpcs and linting 2015-03-06 08:44:30 -08:00
.gitmodules
.gitreview
.jscsrc build: Enforce disallowMixedSpacesAndTabs jscs rule 2015-03-07 16:49:30 +00:00
.jshintignore
.jshintrc
.mailmap Add .mailmap file 2015-03-18 15:28:51 -07:00
.rubocop.yml
.rubocop_todo.yml [BrowserTest] Remove outdated offenses from .rubocop_todo.yml 2015-02-20 13:39:18 +02:00
ApiVisualEditor.php Ensure wikitext is treated as such in PST 2015-03-17 16:43:03 -04:00
ApiVisualEditorEdit.php Move parseWikitext from ApiVisualEditor.php to ApiVisualEditorEdit.php 2015-03-14 00:27:11 +01:00
AUTHORS.txt
betafeatures-icon-VisualEditor-ltr.svg
betafeatures-icon-VisualEditor-rtl.svg
composer.json Add composer entry point for phpcs and linting 2015-03-06 08:44:30 -08:00
CONTRIBUTING.md
extension.json Update VE core submodule to master (cb06317) 2015-03-25 18:20:35 +00:00
Gemfile [BrowserTest] Update the screenshot gem version 2015-03-19 15:21:00 +02:00
Gemfile.lock [BrowserTest] Update the screenshot gem version 2015-03-19 15:21:00 +02:00
Gruntfile.js Update JSDuck config to standard jsduck.json 2015-03-05 23:51:53 +01:00
jsduck.json Follow-up I5918367: Add new classes to jsduck.json 2015-03-05 15:43:24 -08:00
LICENSE.txt
package.json build: Update jscs to latest 2015-03-07 04:05:44 +00:00
README.md
VisualEditor.hooks.php Use ResourceLoader::isModuleRegistered() 2015-03-15 16:54:51 -07:00
VisualEditor.php Update VE core submodule to master (cb06317) 2015-03-25 18:20:35 +00:00
VisualEditorDataModule.php VisualEditorDataModule depends on ext.visualEditor.mediaWiki 2015-02-24 23:10:27 -05:00
VisualEditorViewPageTargetInitModule.php

devDependency Status

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.