mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
3da70b40b9
f404bc9 Update to use jQuery 1.10.1 3571e77 Update jQuery version in examples to 1.10.1 5c6c24d RegionSelector: Scroll to appropriate area instead of rebuilding the list 6d92fa3 Update README.md ab9b014 Update to latest grunt 078448a Update code formatting adcc1ad Fix spelling mistakes 33ec928 Use events instead of callbacks for success or no results e54d85a Use Autonym font for autonyms d8fdcd4 Corrected the Unicode character in the Arab Kazakh autonym 7b8e43e Add lrc and ses b1d01d9 Updated Autonym font 0e0cb89 Updated uls.data.js 658914a Update code formatting 9dddc41 Updated Autonym font e83494c Formatting fixes a48123e Update Autonym font 61f7bce Update Autonym font ac8aa27 Remove non-existing "-ms-linear-gradient" 522b14f Use text() instead of html() to set language names 9ae403b Remove unnecessary object instance a985d33 Use attr and prop consistently 5444e17 Avoid 'recalculate style' by conditionally change classes while scrolling 67cc85f Reduce data size a bit by using unescaped unicode 2247581 Move the autonym font to example instead of making part of jquery.uls 49497d7 Avoid overriding grid css for language list a4276bb Optimize png images with optipng -o7 72c0bd2 Optimize language icon SVG e43994d Optimize the search and worldmap svgs 623cdb6 Validate whether the language from API is known while trying to display 9d77cfb Fix typo cfba32a Remove developer console logs when unknown language found 9b3d64e Remove stray character in example file 84d7636 Use a single var statement 520e1b1 Suppress JSHint double quote warnings in jquery.uls.data.js 09aeb8e Update the Autonym for 'cu' 902afa5 Add the missing closing paranthesis for Chinese Simplified Han 69f3256 Avoid title case 78e9b83 Make ULS language selector appear faster after clicking trigger a93ad4b Remove comments from json a1b5db4 Update README.md 50477e2 Update documentation about options 2d93a37 When clicking a region, scroll only the list and not the whole page d8fc3d4 Remove double scrollTop call 02ebadf Apply /* @embed */ pragma to every image, not just the topmost in each block d4ea222 Drop -moz-linear-gradient for images 99f1f86 Add rwr and ota to the languages supported by ULS 40e3a94 Updated jquery.uls.data.js file 83bd524 Add EU too for ota. f00cf29 Optimize all SVGs 38b3780 added dxʷəlušucid [ISO:639-3:lut] to langdb.yaml and updated jquery.uls.data.js wuth ulsdata2json.php 6676222 Lojban to lower case 859bccd Test: Add lut to the list of languages in AM region 5b68627 Add rmf to langdb 61d0086 fixed autonym for Lushootseed 91f3906 updated jason file after modifications to langdb.yaml 0c11d38 Space before comment # 42733b5 Remove prefixed border-radius rules Repo is https://github.com/wikimedia/jquery.uls. Change-Id: Ibef36df5fa476725f3f3307888ed368381a70ea5 |
||
---|---|---|
.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.