Go to file
Trevor Parscal c40dd953ca Remove stray debugger statement
Change-Id: Ie7c37e658d6d6bc15d5d7c24b2f5cd13945c5243
2012-06-11 00:33:13 -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 Cleaned up styles for editor in both demo and sandbox/integration 2012-06-08 16:20:37 -07:00
modules Remove stray debugger statement 2012-06-11 00:33:13 -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 Fix escaping in API module 2012-06-11 00:32:52 -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 Refactored veCore class into ve.init and ve.init.EditPageTarget 2012-06-10 23:54:41 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-06-07 19:15:00 +00:00
VisualEditor.php Refactored veCore class into ve.init and ve.init.EditPageTarget 2012-06-10 23:54:41 -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