Open rdm opened 1 year 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.
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.
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
and3!: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.