This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-29
Channels
- # adventofcode (20)
- # announcements (6)
- # asami (13)
- # babashka (9)
- # beginners (80)
- # calva (53)
- # cider (16)
- # clj-kondo (24)
- # cljs-dev (40)
- # clojure (13)
- # clojure-australia (9)
- # clojure-europe (117)
- # clojure-india (3)
- # clojure-italy (4)
- # clojure-nl (5)
- # clojure-sg (1)
- # clojure-spec (4)
- # clojure-uk (6)
- # clojurescript (6)
- # cursive (41)
- # datalog (5)
- # datomic (11)
- # emacs (9)
- # events (1)
- # fulcro (46)
- # integrant (31)
- # jobs (1)
- # kaocha (1)
- # lein-figwheel (3)
- # lsp (2)
- # meander (3)
- # missionary (4)
- # pathom (6)
- # portal (84)
- # re-frame (3)
- # remote-jobs (1)
- # reveal (2)
- # shadow-cljs (36)
- # tools-build (3)
- # xtdb (17)
Psst! A new feature release just landed that can be checked out by the most curious reveal users 🙂 Free: 1.3.247
, Pro: 1.3.287
I'll announce it later when I finish writing up the docs, but here is what's new:
• deprecate vlaaad.reveal.ext
ns — now vlaaad.reveal
is a main api ns that has everything that is a public api;
• windows remember their positions;
• a new kind of window mode - sticker - is shown "always on top" of other windows. Main idea here is to have your IDE full screen (as opposed to current recommended approach of splitting the screen between IDE and Reveal) with small stickers covering parts of IDE;
• more commands like minimizing/restoring the size of windows — useful for "reveal sticker" workflow when you need to temporary hide all stickers
• F11 to maximize reveal window
• inspect
fn to open a new sticker window for value inspection + #reveal/inspect
data reader that does the same with less typing
• tap-log
fn to open new sticker window that shows all taps — useful for workflows where you only want reveal as a tap target
• shift+enter
in action popup to open result in an inspector sticker window
