This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-03
Channels
- # announcements (55)
- # babashka (14)
- # beginners (49)
- # biff (9)
- # calva (73)
- # cider (14)
- # clerk (8)
- # clj-kondo (6)
- # clojure (92)
- # clojure-dev (4)
- # clojure-europe (18)
- # clojure-norway (62)
- # clojure-uk (5)
- # clojuredesign-podcast (4)
- # clojurescript (34)
- # cursive (40)
- # data-science (4)
- # datomic (5)
- # dev-tooling (1)
- # eastwood (6)
- # emacs (107)
- # figwheel-main (9)
- # fulcro (13)
- # gratitude (9)
- # hyperfiddle (5)
- # introduce-yourself (2)
- # off-topic (45)
- # overtone (23)
- # portal (5)
- # releases (3)
- # shadow-cljs (6)
- # specter (1)
- # squint (32)
- # timbre (4)
- # vscode (2)
More applause, amazing presentation. Iām happy I was jolted out of using some .24 version or something š Anyway, question for Chris or whoever knows - what tools were used for the visuals? Really clean and nice, I recognize Portal, of course, but the rest?
Hi @UCW3QKWKT, thanks for the kind words! The presentation is built using this https://github.com/djblue/portal/tree/presentation/examples/portal-internals. All the slides are defined in markdown, which is https://github.com/djblue/portal/blob/presentation/examples/portal-internals/src/portal/internals/viewer.clj#L74-L90, then thrown into a https://github.com/djblue/portal/blob/presentation/examples/portal-internals/src/portal/internals/viewer.cljs#L86-L89.
I'm hoping to make this a more generic facility for live documentation that any library could leverage, similar to the viewer docs.
Thanks! Great, will have a look. And yes, from your talk and comment here, there is a world of possibilities! š
Just discovering the java-class->datafy->portal @ 9:56 was worth it! Finally, easy lookup without having to remember to add custom code...