jsoftware / j-playground

J playground
https://jsoftware.github.io/j-playground/bin/html2/
Other
10 stars 5 forks source link

parenthesis in playground links #100

Open rdm opened 1 year ago

rdm commented 1 year ago

The playground seems to have unwarranted problems with %28 %29 pairs in links representing code, which get expanded to ( and ) in transit.

Note that base64 encode / decode (3!:10 and 3!:11) would often result in more compact urls, and would not be subject to %expansion in browser-based contexts. That said, it Would Be Nice if existing playground code links continued to function.

0racle commented 11 months ago

Since this request was triggered by an issue I had with playground permalinks, I figured I should at least take a shot at the implementing it.

I have submitted PR #102 for review.

0racle commented 11 months ago

Now that PR has been merged, I've tested permalink in Discord and had no issues like I had with the old permalinks, so I'm happy for this issue to be closed.