Go to file
2011-12-12 00:39:07 +00:00
demo Added support for loading multiple documents in the demo/sandbox 2011-12-09 20:40:26 +00:00
modules Fix bug: cursor is not visible when you click outside of surface and then click back in the surface at the same offset where cursor was before 2011-12-10 10:33:00 +00:00
tests A bit of comment clean-up and wrapping of tree building into try/catch block 2011-12-08 11:40:59 +00:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php * Add title attributes for the mode switch toolbar buttons. 2011-12-11 23:28:29 +00:00
VisualEditor.alias.php Shut up alias notice errors: 2011-12-02 07:01:35 +00:00
VisualEditor.i18n.php Fixed '<visualeditorsandbox>' showing on Special:SpecialPages 2011-12-12 00:39:07 +00:00
VisualEditor.php Added es.Inspector and es.LinkInspector - and a whole bunch of other changes (some are hacks) to get a link inspector working nicely 2011-12-09 01:28:44 +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