Do call it a comeback; I have, in fact, been gone for years.
I’m speaking at the JSNation conference in November, and if you register by way of my little badge dealie here, you can watch the stream for free.
Discussion
Do call it a comeback; I have, in fact, been gone for years.
I’m speaking at the JSNation conference in November, and if you register by way of my little badge dealie here, you can watch the stream for free.
So, we still using Keynote 09 for decks, or like what’s the deal there?
@Wilto Mat you gotta spend three and a half of the next four months designing and building your own in browser HTML+CSS+JS presentation framework. You simply gotta.
@Wilto (@mia built something I remember being less... taped together... than mine [https://github.com/eeeps/browserpointe], but I'm struggling to find it)
@Wilto @eeeps I have a web component that handles all the core slide-navigation stuff, without many opinions:
https://github.com/oddbird/slide-deck/
And then an eleventy/webc plugin that adds a custom `.deck` syntax, a number of pre-defined slide types, more opinionated styles, and a way to reuse slides across different decks:
https://github.com/oddbird/eleventy-plugin-slide-deck
I use it for everything, and enjoy hacking on it when there's a feature request. So eager for others to try it out, if you're into that shit.