Go to file
Trevor Parscal 0c69370117 Added merge test for ve.dm.TransactionProcessor
Also added 2 paragraphs at the end of the example document and updated related tests accordingly

Change-Id: Idd294cbe3975d0a04069e55682a91417160e538a
2012-05-16 13:33:42 -07:00
api should be in contents 2012-01-31 00:10:03 +00:00
contentEditable First implementation of IME for content editable 2012-02-09 00:51:59 +00:00
demos Compositionstart added into the mix to catch IME and Alt+0135 style key combinations 2012-05-16 13:26:24 -07:00
modules Add comment about bug that makes tests accidentally pass 2012-05-14 23:16:28 -07:00
tests Added merge test for ve.dm.TransactionProcessor 2012-05-16 13:33:42 -07:00
.gitreview Add .gitreview file 2012-03-22 13:54:55 -07:00
README
SpecialVisualEditorSandbox.php
VisualEditor.alias.php
VisualEditor.i18n.php Localisation updates for core and extension messages from translatewiki.net 2012-03-13 20:50:02 +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