Go to file
Gabriel Wicke 80d5067813 Add a TokenTransformer dispatcher class. This class provides subscriptions by
token type, and supports asynchronous token expansion (for example for async
template expansion). This code is not yet tested or used. The interface for
token insertion from transformation functions will be expanded as needed.
2011-12-08 14:37:31 +00:00
demo Changed which elements had user-select: none so that people can copy the wikitext generated by the editor 2011-12-07 23:37:21 +00:00
modules Add a TokenTransformer dispatcher class. This class provides subscriptions by 2011-12-08 14:37:31 +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 Fixed the layout of the sandbox and demo 2011-12-07 22:50:55 +00:00
VisualEditor.alias.php Shut up alias notice errors: 2011-12-02 07:01:35 +00:00
VisualEditor.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-12-06 21:36:57 +00:00
VisualEditor.php Moved es.Tool to base classes 2011-12-05 20:42:45 +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