This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-06
Channels
- # announcements (1)
- # babashka (117)
- # bangalore-clj (4)
- # beginners (52)
- # calva (3)
- # cider (1)
- # circleci (1)
- # cljsrn (1)
- # clojure (5)
- # clojure-italy (1)
- # clojurescript (5)
- # conjure (23)
- # datahike (32)
- # datomic (12)
- # fulcro (5)
- # graalvm (6)
- # jobs (1)
- # joker (2)
- # kaocha (1)
- # livestream (1)
- # malli (5)
- # meander (4)
- # off-topic (14)
- # pathom (6)
- # re-frame (7)
- # releases (3)
- # reveal (15)
- # sci (1)
- # shadow-cljs (22)
- # spacemacs (7)
I was able to use my fairly complex REPL script to launch Reveal with customised UI using the custom commands. I added the whole script to a separate file (https://github.com/sauvala/dotfiles/blob/main/calva/launch_reveal.clj) so it doesn’t take space in the settings and then load it:
"calva.customREPLCommandSnippets": [
{
"name": "Load Reveal",
"repl": "clj",
"snippet": "(load-file \"/Users/janne/.config/calva/launch_reveal.clj\")"
},
]
Happy with the result 🙂