scastie icon indicating copy to clipboard operation
scastie copied to clipboard

Feature request: Add `script` mode

Open soronpo opened this issue 5 years ago • 2 comments

Currently scastie supports two modes: worksheet and non-worksheet. I propose changing it from boolean to enumeration of: worksheet, script, and app Under script mode, scastie will do them same as worksheet currently does, but without presenting values with the editor.

soronpo avatar Feb 26 '21 12:02 soronpo

@soronpo i'm not sure why wouldn't you want to see the values in the editor

OlegYch avatar Feb 27 '21 02:02 OlegYch

For embedded scripts I mainly want to run. Only the console values are important and the values in the editor are just noises. So currently the application mode is more fitting but then it requires extending App which is also a "noise" when it comes to scripting.

soronpo avatar Feb 27 '21 15:02 soronpo