Go to file
Gabriel Wicke a8fa9433c4 Convert quote handling (italic/bold) to a core extension operating on the
token stream. This is the first token transformation exercising the
TokenTransformer class as its dispatcher. Template expansions, wiki link
formatting, tag sanitation and extensions should be able to use the same
dispatcher by registering for specific token types.

The parser performance is very slightly improved as the token stream is only
traversed once.
2011-12-12 20:53:14 +00:00
demo Added support for loading multiple documents in the demo/sandbox 2011-12-09 20:40:26 +00:00
modules Convert quote handling (italic/bold) to a core extension operating on the 2011-12-12 20:53:14 +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 * 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