Go to file
Gabriel Wicke 1760210d13 Fixes to tables, headings and misc smaller stuff. Tracked down an issue caused
by improperly caching of production results, which interfered with the
flag-dependent inline_break production.
2011-12-04 19:23:24 +00:00
demo Added indentation tool (indent, outdent) 2011-12-04 02:54:33 +00:00
modules Fixes to tables, headings and misc smaller stuff. Tracked down an issue caused 2011-12-04 19:23:24 +00:00
tests Fixes to tables, headings and misc smaller stuff. Tracked down an issue caused 2011-12-04 19:23:24 +00:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php Initial MediaWiki Integration 2011-11-28 20:28:28 +00:00
VisualEditor.alias.php Shut up alias notice errors: 2011-12-02 07:01:35 +00:00
VisualEditor.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-12-03 14:56:00 +00:00
VisualEditor.php Added indentation tool (indent, outdent) 2011-12-04 02:54:33 +00: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