Export project that was started while not being logged in (online)
by nvc60166 » Wed Dec 06, 2023 3:40 pm
Hi, so I discovered this nice software the other day and thinking I'd just do something very basic didn't bother signing up at first. But now I've done quite a bit of work in that browser window and would like to save it. But as I was not logged in, there is no option to save anything. Or is there a hidden export button???
I'm quite proficient with programming and JavaScript, so if anyone has an idea how I could pull the information from the code that would also work. I already poked around a bit and found that `this.application` seems to contain the entire state, but sadly it's not as simple as `JSON.stringify`ing it in the working browser window and `JSON.parse`ing it in the fresh one where I'm logged in now...
If anyone could help me that'd be amazing! <3