Skip to content

Support passing the code as a query param in the URL #182

@PIG208

Description

@PIG208

To quickly open the playground with some code, a useful feature would be passing the code text in the URL as a query parameter.

Let's say I have some python code:

num = 42
print(f"Hello {num}")

I can base64 encode this code-block programmatically, so that I can generate a link to the playground with all the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions