Fork me on GitHub
#calva
<
2023-05-26
>
pez21:05:20

Dear Calva friends, new release: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.364https://github.com/BetterThanTomorrow/calva/issues/2208 So now you can open #clerk Markdown notebooks by pressing ctrl+alt+space enter with a custom command like so:

"calva.customREPLCommandSnippets": [
        {
            "name": "Clerk Show Current File",
            "snippet": "(nextjournal.clerk/show! \"$file\")",
            "key": "enter",
            "repl": "clj"
        }
    ]

💯 6
👍 4