Go to file
2011-11-30 17:03:29 +00:00
demo Placeholder for FormattingDropDown and ClearButton in Toolbar 2011-11-30 08:07:22 +00:00
modules Do not allow newlines in various attributes 2011-11-30 15:12:53 +00:00
tests allow test filtering using a regexp on title test 2011-11-30 17:03:29 +00:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php Initial MediaWiki Integration 2011-11-28 20:28:28 +00:00
VisualEditor.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-11-29 20:32:09 +00:00
VisualEditor.php Placeholder for FormattingDropDown and ClearButton in Toolbar 2011-11-30 08:07:22 +00:00

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