I've gotten the idea to do some presentation slides using Clerk — does someone know if anyone else has tried that? I haven't found anything searching. Specifically, I'd like a viewer that presents something full-screen, and I can go to the next view with a spacebar.
Haven't used it myself, but maybe https://github.com/nextjournal/clerk-slideshow Probably better to ask in #clerk
I've never tried it with Clerk but used Clay with Quarto to do the slides for my Macroexpand talks. That worked quite nicely for most of the stuff I needed, essentially a presentable notebook. I only had no time to really look into some of the layout options for images, so I did not include some images which I would have included in a presentation done with powerpoint.
https://github.com/scicloj/clay https://github.com/lsolbach/qclojure/tree/main/notebooks https://github.com/lsolbach/qclojure/blob/main/dev/clay/build_presentations.clj
The presentations produced are reveal.js presentations running in the browser, with fullscreen support, keyboard navigation and some other goodies.
Thanks for the pointers, I'm really doubting my google-fu.
I gave up on google, now using Brave search. Happy with it 🙂
(i also knew something was already there, so might have helped)