I'm doing a HTML
editor in the browser, where the user can write his script to the database, I recorded all the lines of user code in a single string and recorded it in the DB, but how do I bring it back as user created?
Currently it looks like this:
Does anyone know if CodeMirror has some function that reads this, or another idea?!