Hey. I just found out about this editor and am very impressed by what I see so far!
The only thing that's bothered me so far about it is that it dumps 28 variables and 59 functions into the global namespace (at least on the demo page). Integrating this editor into a larger web app could definitely be made less painful if you guys encapsulated all these vars together under one single global var. There's too much risk for namespace collisions as it stands. I noticed init(), onload(), iframe(), editor(), dom(), var n, and so on--all of which are common names for JS entities.
Is there any inclination to do this?