Go to file
Gabriel Wicke 3414418b1f Don't eat newline tokens in the ListHandler
This fix only affects following transforms, of which there are few right now.
Also removed a stray token mutation in QuoteTransformer.

Change-Id: Id6d4adce944b06fc1a3651cfbf63fc2670125225
2012-05-16 23:14:21 +02:00
api
contentEditable
demos Build out ve.Surface constructor to support multiple editor instances 2012-04-26 11:56:47 -07:00
modules Don't eat newline tokens in the ListHandler 2012-05-16 23:14:21 +02:00
tests Removed html5 parser patch no longer needed with 0.3.8 2012-05-16 12:06:42 +02:00
.gitreview Add .gitreview file 2012-03-22 13:54:55 -07:00
README
SpecialVisualEditorSandbox.php
VisualEditor.alias.php
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-05-14 19:42:58 +00:00
VisualEditor.php Add links in sandbox and demo to ve.dm.DocumentSychronizer.js 2012-04-02 13:28:09 -07: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