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

Allow embedding of deno deploy playground #110

Open
ayame113 opened this issue Nov 21, 2021 · 2 comments
Open

Allow embedding of deno deploy playground #110

ayame113 opened this issue Nov 21, 2021 · 2 comments

Comments

@ayame113
Copy link

deno deploy playground is a code sharing service like code-pen.
https://deno.com/blog/deploy-beta3#playgrounds

We can embed code by allowing code that contains an iframe tag like the one below. (We can get this code from https://embed.deno.com/?id=my-server-example&layout=both.)

<iframe width="100%" height="600" src="https://embed.deno.com/playground/my-server-example?layout=both"></iframe>

It would be great if qiita could embed a deno deploy playground.

@kyntk
Copy link
Contributor

kyntk commented Nov 22, 2021

@ayame113 Thank you for creating issue.
We are planning to enable embedding of other notations as well, so we will consider this as well at that time.

@ayame113
Copy link
Author

@ayame113 Thank you for creating issue.
We are planning to enable embedding of other notations as well, so we will consider this as well at that time.

Thanks!

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