You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #58, the online version is completely overhauled, and now has a mini code-editor. This is a bare bone version, and it would be improved in many ways:
Handle error reporting better to print terminal codes for coloring, and color things that are printed on stdout
add syntax highlighting for catt
add a button to load examples from the repos directly in the context
add buttons to save/load files (this is annoying as it might require a local server)
In #58, the online version is completely overhauled, and now has a mini code-editor. This is a bare bone version, and it would be improved in many ways:
Relevalnt link for setting up the syntax highlighting: https://css-tricks.com/creating-an-editable-textarea-that-supports-syntax-highlighted-code/
The text was updated successfully, but these errors were encountered: