We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's say there's a code block that presents how to create an API using Hono:
```ts val import ... // Do other stuff ```
If user will click "Open in Val Town" the new Val won't be of type HTML introducing more friction and probably confusing some new users.
If supported in val.town/new it could be achieved by appropriately marking code blocks with meta:
val.town/new
val
val-script
val-http
val-cron
val-email
It would be really easy to extract that info in the current code block processor and pass to the URL.
The text was updated successfully, but these errors were encountered:
Excellent idea!!!
Sorry, something went wrong.
No branches or pull requests
Let's say there's a code block that presents how to create an API using Hono:
If user will click "Open in Val Town" the new Val won't be of type HTML introducing more friction and probably confusing some new users.
Solution proposal
If supported in
val.town/new
it could be achieved by appropriately marking code blocks with meta:val
- the existing marking would create regular script valsval-script
- explicitly specifies a script valval-http
- explicitly specifies http valval-cron
- scheduled valval-email
- email valIt would be really easy to extract that info in the current code block processor and pass to the URL.
The text was updated successfully, but these errors were encountered: