Go to file
2011-12-13 03:15:56 +00:00
demo Moved toolbar floating code to sandbox.js - using a wrapper instead of a spacer to avoid resize events causing scroll events which cause a nasty loop 2011-12-12 23:41:15 +00:00
modules Adapt title of feedback page to project page title conventions on 2011-12-13 03:15:56 +00:00
tests Convert quote handling (italic/bold) to a core extension operating on the 2011-12-12 20:53:14 +00:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php add feedback link to visual editor 2011-12-13 02:46:31 +00:00
VisualEditor.alias.php Shut up alias notice errors: 2011-12-02 07:01:35 +00:00
VisualEditor.i18n.php add feedback link to visual editor 2011-12-13 02:46:31 +00:00
VisualEditor.php add feedback link to visual editor 2011-12-13 02:46:31 +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