Open unfa opened 3 weeks ago
In the current implementation, you can already omit the extends Node
and the _ready()
method, so I guess the only thing I need to do is add support for script in uri-encoded format.
I have just deployed a new version with support for URI encoded code.
https://gd.tumeo.space/?code={code}
I don't have access to this Zulip platform, could you please test and confirm that everything works as intended? @unfa
Hi!
Zulip is a self-hostable open-source team collaborative communication tool. It has a feature called code playgrounds.
Unfortunately Zulip doesn't support base64 encoding, and can't embed custom metadata that might be present there.
If this playground would allow passing the script code in uri-encoded format. Godot has tools to encode/decode text this way. Allowing to pass raw code text and have it placed inside the ready function of a Node would mean a user can do
Open it in the playground , and be able to hit Ctrl+Enter to evaluate their code immediatelly.