Go to file
Trevor Parscal c9dddf60da Made getRelativeOffset return -1 if no valid offset is found in document
Change-Id: If4cef5fe800b241c3efe1d27cdf01cd1ceef2248
2012-05-24 11:43:47 -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 Add missing JS files references to demo 2012-05-24 11:38:07 -07:00
modules Made getRelativeOffset return -1 if no valid offset is found in document 2012-05-24 11:43:47 -07:00
tests Made getRelativeOffset return -1 if no valid offset is found in document 2012-05-24 11:43:47 -07:00
.gitignore Add .gitignore 2012-05-21 01:50:53 +01: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 Restructured static node rules 2012-05-21 17:39:12 -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