That would be great to get the documents editable. I'm happy to help where I can.
As for the change in the style, I had worked that out, as I have already built a large portion of a private site using the most recent version. Considering I never used the function declaration style, my position hasn't changed ;)
The paradigm shift to using messaging for communication between modules has got me really excited. I have struggled with js front ends for a long time, always tying everything to the DOM using jquery and ending up with massive messes of unmaintainable code. I have looked at things like backbone and knockout to fix it up, but I have always felt I was writing the same code over and over while being too tightly coupled to the frameworks. Using Kernel now, I feel a lot more freedom, just broadcast and listen (which by the way, I like the term better than pub / sub, I have a fundamental mind block over that term). I haven't even begun to extend my Kernel much, but at least now I feel that I can get the app built roughly first up, then move the duplication / coupling off into extensions when I see fit and start to reuse a lot more code.
I look forward to the updates, and seeing where kernel goes!
James