@viebel hey, are you around for a quick question? 🙂 I’m looking for a guide or so to setup a code playground with Klipse, is there anything like that?
@martinklepsch what do you mean exactly by a code playground?
@viebel well, I guess basically how to re-create http://app.klipse.tech/, customize the number of included dependencies etc
@martinklepsch you can start from here: https://github.com/viebel/klipse/blob/master/contributing.md
@viebel thanks! What I’ve primarily been wondering is if it is possible to remove support for e.g. ruby/php and so on in order to reduce the amount if js that has to be loaded
the ruby/php/python/brainfuck etc… is not part of app.klipse.tech
and even in the klipse plugin, it is provided as modules so it doesn’t realyy increase the js footprint in case you need only clojure
I see
thanks :))
Can you change the way the output/return value of an editor panel is rendered? e.g. move it somewhere else?