Go to file
Trevor Parscal 779a63f486 * Switched to using JSON for hashing, allowing us to use the native JSON.stringify where available, which is much faster
* Added a bunch of utility functions for working with character data and annotations
* Got toolbar button states to follow selection of more than one character
2011-11-21 22:32:22 +00:00
demo * Switched to using JSON for hashing, allowing us to use the native JSON.stringify where available, which is much faster 2011-11-21 22:32:22 +00:00
modules * Switched to using JSON for hashing, allowing us to use the native JSON.stringify where available, which is much faster 2011-11-21 22:32:22 +00:00
tests * Switched to using JSON for hashing, allowing us to use the native JSON.stringify where available, which is much faster 2011-11-21 22:32:22 +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