Is it possible to define {:nextjournal.clerk/visibility {:code :show :result :hide}} for all defn /`defn-` forms in a namespace (and just for them)?
I don't think so
itβs possible by modifying the cell viewer like here https://github.com/nextjournal/clerk/blob/c0b56ff8e470aa0e122f6588b18d52013d23cfb1/notebooks/viewers/context.clj#L53-L69
Thanks @mkvlr, I'll try it later today (after I finish today's AoC task :))
Same question here: https://github.com/nextjournal/clerk/discussions/789