saolsen / floclo

Floclo watches a flowdock chat room and evaluates clojure expressions tagged with #clj
5 stars 2 forks source link

Plugin: allow me to inject a CLJSFiddle into an iFrame into Flowdock #13

Closed DarrenN closed 10 years ago

DarrenN commented 10 years ago

Write a floclo plugin that lets me embed a CLJSFiddle into a Flowdock thread via an iFrame. Ideally it would just detect a url like http://cljsfiddle.net/view/DarrenN.async.delta or we could do something like add a custom tag or:

(cljs "http://cljsfiddle.net/view/DarrenN.async.delta") #clj

saolsen commented 10 years ago

All floclo can do is send flowdock messages. We'd have to hack flowdock for something like that.

DarrenN commented 10 years ago

too much code review while filing issues