-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create an AskScript Playground #108
Comments
This indeed would be a great feature! What (if any) additions do we need to make to this repository in order to make this possible? How do we make it so that after every release (ideally after every commit) the playground is updated? |
As Marcin mentioned to me in a private message, as for frontend, this editor looks cool. I'm saying: yes, this sounds great :). And it's on MIT license, so we can freely reuse it. |
OK, working on this one. |
@mhagmajer , according to this issue, syntax highlighting in VS Code uses TextMates parsers while Monaco Editor uses JS regexes, at least for Python. |
@czerwinskilukasz1 I haven't looked into it. Whatever VS Code uses for syntax highlighting can support many programming languages so should be able to support AskScript as well |
Of course. |
Here are official examples of syntax coloring in Monaco and here's a playground. |
The short term plan for 1.1. was:
My long term plans for AskScript Playground is:
What are your thoughts, @mhagmajer? |
@czerwinskilukasz1 the playground server PR is still open and I there is none for the client. Code needs to be merged into this repo so that everyone can participate. Please discuss any changes to milestones with me and align your plans with the milestones. |
Not sure what you mean as we are in constant contact. Let me create a separate issue for each of the tasks in bullet points, so that we can assign them to milestones. |
Closing this one as done, the Playground is available at: http://cli.askql.org:3000/ Follow-ups are:
|
Reopening since the linked PR is still open. |
Closing PR #87. |
And closing this ticket. |
We would like to let visitors on askql.org try programming in Ask as soon as possible.
The idea is to create a playground - an editor where a visitor can write or paste, instantly run AskScript and get the result.
The text was updated successfully, but these errors were encountered: