Nice and you could probably make it save in under 512 bytes. Just persist everything to localStorage like the tiny spreadsheet http://jsfiddle.net/ondras/hYfN3/ Or save everything on the URL so it can be bookmarked too.
Yes, saving to URL would make this also shareable , so it would become real 'self contained Codepen' :] I've made something in this manner recently: http://tinyurl.com/selfcontained-editable-datauri
Feel free to fork miniCodeEditor and add this kind of features :)