Better embeds (runnable, logs, snippet, and editable) #88
Replies: 6 comments 17 replies
-
|
Also, it would be nice to have a readonly version (maybe trough a |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @jhildenbiddle for this lovely feature request! We definitely want to build this sort of thing out. Having it as a proper feature request will let us understand the demand for it and prioritize it accordingly |
Beta Was this translation helpful? Give feedback.
-
|
This used to be a feature, they removed it with the v3 runtime. You could fake it with the eval api (make sure to not use ur token!) |
Beta Was this translation helpful? Give feedback.
-
|
Hey @jhildenbiddle ! I've been working on a web component to cover this exact usecase. See: https://www.val.town/v/pomdtr/vt_playground_demo To use it, you need to:
I would love to get your feedback on it. |
Beta Was this translation helpful? Give feedback.
-
|
I just created PR for the val.town docs including those new embeds: val-town/val-town-docs#146 @jhildenbiddle you should take a look at it!
|
Beta Was this translation helpful? Give feedback.
-
|
Is this feature removed? https://api.val.town/v1/eval responds with 404 status. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use Val Town to provide runnable code snippets for open source project documentation (e.g., Mergician). Unfortunately, embedded vals currently cannot be run (only forked) which limits their usefulness.
Ideally, I would love to see Val Town provide the following:
<iframe>,<script>, etc.)For context, I previously used RunKit for this purpose. Unfortunately, it seems that RunKit is no longer maintained. I learned about Val Town from a comment in the RunKit forums and hoped it could be a drop-in replacement.
Beta Was this translation helpful? Give feedback.
All reactions