The title probably isn't great but there isn't an easy way to explain what I am trying to do.
I have a div with Content editable enabled. I want to make is so that any text written will be saved. I don't want to use localStorage but want to just directly save the text in the html file. I'm not sure if this is possible and I have looked for anything similar and wasn't able to find anything.
Hello
I want to be able to edit that in the browser using contentEditable. Then have that save what ever I have changed in the HTML file, so then in the file the edits appear asI have edited this
– STOAM Apr 03 '19 at 09:05