Go to file
2012-06-08 12:29:57 -07:00
api Merge branch 'refs/heads/master' into dmrewrite 2012-06-08 12:29:57 -07:00
contentEditable
demos
modules Merge branch 'refs/heads/master' into dmrewrite 2012-06-08 12:29:57 -07:00
tests Merge branch 'refs/heads/master' into dmrewrite 2012-06-08 12:29:57 -07:00
.gitignore
.gitreview
ApiVisualEditor.php Quick hack to make Parsoid URL configurable 2012-06-06 16:08:41 -07:00
README
SpecialVisualEditorSandbox.php
VisualEditor.alias.php
VisualEditor.hooks.php Rewrite annotate as more low level method in Surface model. 2012-06-04 14:29:27 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-06-07 19:15:00 +00:00
VisualEditor.php Delete old ApiQueryParseTree module, unused 2012-06-06 16:11:29 -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