Editor starts empty and editable.

Last getContent()
(none yet)

Important JavaScript

editor.setContent("<p>Template text</p>");
const html = editor.getContent();
editor.mode.set("readonly");
editor.mode.set("design");