radi8 @radi8
Saving your code is now fuly implemented in SparkShell!! It turns out I need to use encodeURIComponent() so it can send code with anything thatwoud break a string. I'm now working on a filesystem viewer and the ability to make files. After that, I'm adding HTML support!
Dec 18, 2022, 4:39 AM
6
View all

comments

Highlighted comment

bestie did you forget about base64?

no, I forgot about encodeURIComponent()

if you want to put the code in the url then use base64 like beepbox

uriencode works fine for me