Skip to content

Add as-you-type input URL encoding to playground#495

Open
TheJaredWilcurt wants to merge 3 commits into
css:gh-pagesfrom
TheJaredWilcurt:patch-1
Open

Add as-you-type input URL encoding to playground#495
TheJaredWilcurt wants to merge 3 commits into
css:gh-pagesfrom
TheJaredWilcurt:patch-1

Conversation

@TheJaredWilcurt

@TheJaredWilcurt TheJaredWilcurt commented Jul 20, 2026

Copy link
Copy Markdown

As you type, the input CSS will be zipped and turned into a URL safe string and stored in the URL params. This allows sharing links to the playground that pre-load the CSS. Uses fflate for the zipping/unzipping, because it's small and fast.

It's using the same logic as the CSSLOPlayground for URL params.

As you type, the input CSS will be zipped and turned into a URL safe string and stored in the URL Params. This allows sharing links to the playground that pre-load the CSS. Uses `fflate` for the zipping/unzipping, because it's small and fast.
@TheJaredWilcurt TheJaredWilcurt changed the title Add input URL encoding Add as-you-type input URL encoding to playground Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant