Using Clerk to debug some systems in Vybe (see the graphs being activated/deactivated as I interact with the game window). Also, already being in a browser, I added dat.gui to drive some stuff (besides the button, the slider also works, but I forgot to present it :P) \o Clerk is rad
Very cool, thanks for sharing!
Is there a way to attach the meta data about hiding in a function so i don't have to attach it above the var each time i call the function and (in this case) hide the code. e.g...
(defn Tip ^:nextjournal.clerk/visibility {:code :hide}
[message {:as opts :or {color "white"}}]
(clerk/html (tip message opts)))