mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f558f3a33c
* This makes wikilink attrs more similar to ext links. * Added 'content' key to ISBN links, but couldn't add it to regular wikilinks yet because of complexity of how they are handled in the rest of the pipeline. Changing this requires fixing up other parts down the pipeline -- something for later. * Fixed up wikilink handler to use named lookup for 'href' and 'tail' rather than positional lookup. Content lookup is still positional as before. Change-Id: I657b1f338d38df3cfdfa99f27ac46e7fe1c9fd65 |
||
---|---|---|
api | ||
demos/ve | ||
modules | ||
tests | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
AUTHORS.txt | ||
LICENSE.txt | ||
README | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.php |
VisualEditor and Parsoid work together to provide a visual editor for wiki pages. Parsoid is used 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. Both projects are written in JavaScript. Parsoid runs on Node.js while VisualEditor runs in a web browser. For more information about these projects, check out the wiki: * http://www.mediawiki.org/wiki/VisualEditor * http://www.mediawiki.org/wiki/Parsoid