codeque-co/codeque

Use compression for playground url

Opened this issue · 1 comments

hediet commented

I noticed the playground urls get very long for longer input documents.

I can recommend to compress the playground state before encoding it as url.
You can get some inspiration how the monaco editor playground does it here.

jayu commented

Thank you for the suggestion!

I will perhaps implement this by generating short id and saving state in DB