Go to file
Trevor Parscal a2231cb6ca jQuery expects a string for the data, not a DOM element
Change-Id: I16b6f00952a2d9e38d631409b9bf3dd7ada644e7
2012-06-08 16:00:30 -07:00
api Added localhost to available sources and made it default 2012-06-08 15:21:20 -07:00
contentEditable First implementation of IME for content editable 2012-02-09 00:51:59 +00:00
demos Delete HTMLConverter and update demo&sandbox 2012-06-08 12:40:43 -07:00
modules jQuery expects a string for the data, not a DOM element 2012-06-08 16:00:30 -07:00
tests Fixed multi-auto-wrapping issue and added tests to track regressions 2012-06-08 15:16:55 -07:00
.gitignore Adding node_modules and npm-debug.log to ignore list 2012-06-08 15:08:19 -07:00
.gitreview Add .gitreview file 2012-03-22 13:54:55 -07:00
ApiVisualEditor.php Switched to using MediaWiki facility for getting data over HTTP 2012-06-08 15:19:13 -07:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php unnecessary to define messages here, followup r105972 2011-12-13 09:34:05 +00:00
VisualEditor.alias.php Localisation updates from http://translatewiki.net. 2012-05-23 19:21:14 +00:00
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 HTMLConverter and update demo&sandbox 2012-06-08 12:40:43 -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