Go to file
Rob Moen 29c76e6dd4 Fix link annotation from inspector by changing link type to wikiLink
Change-Id: I5b3497755c6a13e2767f59cc5c95b3e4b43b3be7
2012-06-11 12:56:18 -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 Fixed dependency on mw, now demo works again 2012-06-11 12:11:07 -07:00
modules Fix link annotation from inspector by changing link type to wikiLink 2012-06-11 12:56:18 -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