Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: ability to share design using the URL #56

Open
blakek opened this issue Oct 5, 2021 · 1 comment
Open

Feature request: ability to share design using the URL #56

blakek opened this issue Oct 5, 2021 · 1 comment

Comments

@blakek
Copy link

blakek commented Oct 5, 2021

First, thanks for this tool! I've used it several times in the last month to help think through things.

Currently, you can send someone an exported file and they can import it. I'd like to also share a system using only the URL. For example, the TypeScript Playground uses a compressed and Base64 encoded string:

https://www.typescriptlang.org/play?#code/MYewdgzgLgBAhmAogDzgWwA4BsCmA1OAJwEs4AjXGAXhgCIAJHLLEGAdREKwBMBCWgFChIIXADoWAcwAUCFOmz4ipCjgCUAmDCA

I figured this is likely the same state that's exported in "File > Save file", but encoded and placed in the URL.

EDIT: There's the "Embed as IFrame" option with the URL like what I'm looking for. I guess this issue is to make the URL easier to access without the iframe markup.

@honzaap
Copy link
Owner

honzaap commented Oct 5, 2021

Yeah I though about this many many times... I'm aware that the URL you get from IFrame embedding is a mess. However I've tried many things to make it smaller but managed to get it only to this... There is no backend for this application so I guess for no the only way is using the url to edit embedded system.

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

No branches or pull requests

2 participants