eclipse-langium / langium-website

Source of langium.org
https://langium.org/
MIT License
15 stars 35 forks source link

Playground: Add "Share" button #89

Closed spoenemann closed 2 years ago

spoenemann commented 2 years ago

Add a "Share" button that generates a URL with parameters for the left and right editor contents. Also add a "Copy" button to copy the generated URL to the clipboard.

Example URL: https://langium.org/playground/?grammarContent=ABCD&targetLangContent=EFGH

spoenemann commented 2 years ago

I once made something similar for the ELK demonstrator using LZString to compress the editor content:

https://github.com/kieler/elk-live/blob/d96c5e0aa872c528098cb9d57c812ce46fef9a21/client/src/elkgraph/editor.ts#L28