Improved performance when editing large content. Debounced the component #input event. Closes #42. (dfaee36)
The data initialization should not break collaboration. Instead of using editor.setData(), the initial content is now set via innerHTML of the source element. Closes #47. (6f821fa)