hoplon

2023-11-27T13:53:05.918969Z

A first take on a Hoplon playground using the scittle plugin I did over the weekend. Based on https://babashka.org/scittle/codemirror.html

😍 3
micha 2023-11-27T13:53:44.287419Z

this is exciting

borkdude 2023-11-27T13:54:21.505259Z

@mynomoto If you're not using https://github.com/nextjournal/clojure-mode as a codemirror 6 plugin, I heartily recommend it. You can even use it straight from JS / NPM now (thanks to porting to #squint)

2023-11-29T19:40:19.569109Z

https://hoplon.io/playground.html is live and it uses clojure-mode as suggested. Thank you!

borkdude 2023-11-29T19:42:24.337789Z

very nice

2023-11-27T18:29:25.903659Z

Thanks for suggesting that. I will try it later. I need import maps like in the codemirror example right? https://babashka.org/scittle/codemirror.html

borkdude 2023-11-27T18:38:31.949599Z

yes

borkdude 2023-11-27T18:38:57.766259Z

you can check the squint-cljs index.html for this

borkdude 2023-11-27T18:39:16.422799Z

view source: https://squint-cljs.github.io/squint/

1