This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-26
Channels
- # admin-announcements (1)
- # beginners (1)
- # boot (252)
- # braveandtrue (1)
- # cider (17)
- # clojure (58)
- # clojure-chicago (3)
- # clojure-russia (125)
- # clojure-uk (2)
- # clojurescript (38)
- # hoplon (3)
- # lein-figwheel (11)
- # leiningen (1)
- # mount (2)
- # off-topic (3)
- # om (9)
- # onyx (39)
- # parinfer (24)
- # proton (7)
- # protorepl (7)
- # quil (4)
- # re-frame (16)
- # reagent (5)
- # ring-swagger (18)
- # yada (1)
Is there a pathway I could use to have click events in the browser turn into Clojure code running in the Figwheel JVM? I'm working on a tool to let me open a relevant source file by clicking on a UI element in the browser, and I think running back through the FIgwheel websocket may be the way to do it.
(My other option is probably navigating to some kind of openfile:
URL scheme in the browser, which sounds more brittle to me.)
That seems reasonable. This is all pretty speculative on my part, though, so don't go do a bunch of work just to support my half-baked idea. But if you think that's a good way to do it and a change you'd accept, I can play with implementing it if I ever get around to actually trying this thing,