This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-24
Channels
- # announcements (3)
- # babashka (3)
- # beginners (34)
- # calva (6)
- # cider (4)
- # clerk (5)
- # cljs-dev (1)
- # clojure (47)
- # clojure-europe (41)
- # clojure-norway (1)
- # clojurescript (59)
- # cursive (5)
- # data-science (9)
- # datascript (14)
- # events (1)
- # fulcro (5)
- # guix (14)
- # helix (7)
- # hoplon (5)
- # hyperfiddle (2)
- # kaocha (8)
- # lambdaisland (1)
- # lsp (24)
- # releases (1)
- # scittle (31)
- # shadow-cljs (10)
- # tools-build (2)
(defn bar [s]
[(str "Hello " s)
(clerk/md "---")])
(clerk/fragment (mapcat bar ["Person 1" "Person 2" "Person 3"]))
I'm trying to use clerk/fragment
to automatically create new slides using slideshow/viewer
I don’t think that works in the current implementation. But I guess you could adjust the partitioning function https://github.com/nextjournal/clerk-slideshow/blob/11a83fea564da04b9d17734f2031a4921d917893/src/nextjournal/clerk_slideshow.clj#L29-L34 in a custom notebook viewer, maybe.
that's a shame. Think I need to brush up how viewers actually work! Thanks @U9EQP1K0X 👍