Comments on circlejourney All Comments

Ok so, a code that I've been working on for months in your editor just randomly got erased and I can't get it back. I didn't save the code on any kind of document. All that's left of it is "<!--- Enter your HTML here... ---!>" and I'm devastated

Is there any way I can get it back? Like some kind of log of all autosaves? Or is all of that hard work gone forever?

Oh dear, I'm sorry to hear that that happened. It's possible that it's still saved - could you open the debug console on the page, type localStorage.th_cj and hit enter? if it's still saved there and it didn't get replaced with a blank, then it should still be saved under that. I should probably work in some sort of backup storage option, and I hope you are able to recover your code in the meantime.

If it's not there, then unfortunately it's probably gone, as there is currently no backup log of autosaves at the moment. The file download option was meant to be my solution to backup functionality, since your computer can handle more data than the browser's local storage (which is limited to 5MB). I'll see if I can add an "invisible" backup log for the next update, in any case.