Go to file
2011-11-16 00:02:27 +00:00
demo Moved transaction processing code to new class, es.TransactionProcessor 2011-11-14 23:04:36 +00:00
modules Fixed typo - insert/remove operations have a data property, not a content property. 2011-11-16 00:02:27 +00:00
tests Fixed documentation and use of es.arrayIndexOf to match the actual API of $.inArray (value, array, fromIndex). Renamed function to inArray to reduce confusion about how the function works. 2011-11-15 18:17:26 +00:00
README update a couple notes in VE readme 2011-11-02 21:14:04 +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