This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
I just spent an hour https://github.com/refset/squint/commit/871a9b82c8c7fe7daf0630bce5c10662b8691bfb with styling ideas in ChatGPT
If you enable github pages for your repo, we should be able to see it live in your repo
PR welcome with some of these changes in so far they don't affect the playground functionality
darkmode by default + switch could be nice, but only if you feel like doing it, don't feel pressured
I will see if I get time later today, but anyone else should also feel free to try / beat me to it(!)
It's beautiful π. There's only thing that doesn't work for me both on linux and windows. It's the (rather uncommon) Win+enter shortcut. On linux, that shortcut is interfering with pop shell's (pop os) tiling extensions. On windows (10 I believe, with pretty much no customizations), it just doesn't seem to work. Would perhaps a bit more standard Ctrl+enter work?
@U01LFP3LA6P Execute this in your browser console and it switches to Ctrl:
localStorage.setItem("editor.modifier", "Ctrl")
+ reload the page works like a charm on linux
I guess we could link to a snippet: https://squint-cljs.github.io/squint/?repl=true&src=KGpzL2xvY2FsU3RvcmFnZS5zZXRJdGVtICJlZGl0b3IubW9kaWZpZXIiICJDdHJsIik%3D
the "evaluate individual expression" combo in the playground doesn't work by default because repl
is false-y when there's no url param (IIUC), could adding || true
here be problematic for some reason? https://github.com/refset/squint/commit/2e1c2e836882af382a6aeed3ce886924f504e017#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051R176
thanks, TIL (explanation of the difference: https://chat.openai.com/share/636fbf6d-e729-475a-b801-583229f2b41a)