Fork me on GitHub
#hoplon
<
2023-11-27
>
mynomoto13:11:05

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
micha13:11:44

this is exciting

borkdude13:11:21

@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)

mynomoto18:11:25

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

borkdude18:11:57

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

mynomoto19:11:19

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