Go to file
Inez Korczynski 5f3b4cedb9 Fix typo
2011-12-12 22:55:37 +00:00
demo Added help view with keyboard shortcut info 2011-12-12 22:09:15 +00:00
modules Fix typo 2011-12-12 22:55:37 +00:00
tests Convert quote handling (italic/bold) to a core extension operating on the 2011-12-12 20:53:14 +00:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php Added help view with keyboard shortcut info 2011-12-12 22:09:15 +00:00
VisualEditor.alias.php Shut up alias notice errors: 2011-12-02 07:01:35 +00:00
VisualEditor.i18n.php Added help view with keyboard shortcut info 2011-12-12 22:09:15 +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