We may be using this editor for a completely custom built , database back ended CMS system.
My question is, can auto-save be implemented via the JavaScript API? We would simply have a javascript function on a timer and send the editor content getHTML()
back to a web service to save as a draft.
It's that easy , right?