codasai icon indicating copy to clipboard operation
codasai copied to clipboard

Consider base-64-ifying state

Open emi2k01 opened this issue 4 years ago • 0 comments

Because the state is stored in the URL, it has some problems when it's shared even though it's URI encoded. I don't think being able to change the state directly from the browser's URL bar outweighs having a URL that you can just copy paste without being afraid it might interfere with the platform's formatting.

An example of a problem is that URLs can have parenthesis in them and if you try to paste them in a non-commonmark compliant editor (like Reddit's), the URL will conflict with markdown's link syntax. In commonmark compliant editors you can wrap the URL in <>.

emi2k01 avatar Dec 20 '21 09:12 emi2k01