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 @mattias504, 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...