calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
Janne Sauvala 2021-02-06T23:17:34.205700Z

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\")"
    },
]

Janne Sauvala 2021-02-06T23:35:20.205900Z

Happy with the result 🙂