radian-software / riju

⚡ Extremely fast online playground for every programming language.

Home Page:https://riju.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save code locally in browser session

raxod502 opened this issue · comments

It would be nice if when you refreshed the page, your code didn't disappear, at least within a single browser session. We can do that by just saving the code in session-local cookies when you click Run, pretty easy.

Optionally, Ctrl + S could either save locally in the browser, or save as a file.

Does this still need to be implemented? I think I could do it and I would like to help.

Yep, still unimplemented. Happy to have some help!

Thanks! I will start working on it.

I can take a look if this is still not fixed. As soon as I get docker working on my PC :D

Pull requests always appreciated, but do keep in mind #168, I wouldn't want to waste your time!