mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
39c6f42879
* Changed RDFa for links according to http://www.mediawiki.org/wiki/Parsoid/RDFa_vocabulary * Added basic support for internal/external link serialization * Moved numbering of external links from tokenizer to LinkHandler * Added round-tripping for generic HTML tags * Replaced nowiki tag with <meta typeOf="mw:tag" content="nowiki"> and <meta typeOf="mw:tag" content="/nowiki"> for now. * 154 round-trip tests passing (node parserTests.js --roundtrip). Change-Id: I16c4db21b1b543ee57c73e569c83025b64664542 |
||
---|---|---|
api | ||
contentEditable | ||
demos | ||
modules | ||
tests | ||
.gitignore | ||
.gitreview | ||
README | ||
SpecialVisualEditorSandbox.php | ||
VisualEditor.alias.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php |
We're starting to merge bits from Wikidom and ParserPlayground tests here. Enjoy! Short-term work highlights: * convert parser to wikidom format & using the wikidom serializer * port/update/write more tests * Special: page to host the editor as a standalone demo * Opt-in test mode to switch the editor in on EditPage (initially blank) * Use serializer to save pages from editor * Use parser to load pages into editor Long-term work highlights: * more thorough & bulk testing * more extension support