This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-22
Channels
- # announcements (28)
- # babashka (77)
- # beginners (122)
- # calva (40)
- # circleci (3)
- # clj-kondo (47)
- # cljs-dev (9)
- # clojure (119)
- # clojure-australia (1)
- # clojure-europe (88)
- # clojure-nl (3)
- # clojure-uk (33)
- # code-reviews (64)
- # core-logic (37)
- # cursive (10)
- # datomic (13)
- # emacs (1)
- # fulcro (4)
- # graalvm (1)
- # graphql (5)
- # helix (4)
- # integrant (25)
- # jobs (1)
- # jobs-rus (1)
- # off-topic (3)
- # pathom (12)
- # random (1)
- # re-frame (48)
- # reagent (1)
- # remote-jobs (1)
- # reveal (1)
- # rewrite-clj (4)
- # ring (6)
- # ring-swagger (1)
- # shadow-cljs (21)
- # sql (8)
- # tools-deps (25)
- # vim (15)
- # xtdb (12)
Hey folks, 1.3.193
is out and you heard it here first š This is a major release that I'll announce later, it's main focus was providing a way to interact with Reveal window from code. This resulted in a command system documented here: https://vlaaad.github.io/reveal/#interacting-with-reveal-from-code
I also updated tap-to-table example that is a simplified version of what Sean Corfield uses in his dev setup: https://github.com/vlaaad/reveal/blob/master/examples/e04_tap_to_table.clj
The beauty in updated example is that:
ā¢ it's a map that does not require Reveal ā evaluating it is possible in any clj/cljs/cljc environment with or without Reveal on the classpath;
ā¢ submitting it to Reveal window will open the view immediately.