First Presentation at Recurse!

I’m starting to work on my first presentation

Evaluating HTML slide tools

What I need

  • Ability to embed either iframes or p5
  • A countdown timer that shows how much of my 5 minutes is left
  • The ability to publish to github pages relatively easily
  • Add images
  • Relatively easy to write (markdown?)
  • A selection of themes as a starting place

Reveal.JS

Slidedev

  • https://github.com/slidevjs/slidev

  • Actively maintained

  • Based on Vue/Vue components (I wonder if this too heavy for what I need?)

  • Thinks about building things as progressive- start with Markdown and move onto other formats as needed

  • Lots of themes avialable

  • Support code blocks and lots of tooling around showing off code

  • Hot reloading for slide components

  • Uses a tool called UnoCSS for styling (so another new tool to learn. hmmmmmm)

  • Explicitly supports writing layouts (so my two column layout won’t be a problem)

  • Support presenter notes

  • Supports iframes and has built in layouts for iframe left or right

  • Good docs

  • Can set explicit canvas site / aspect ratio (will need this for p5 sketches)

Impress.js

Decision: 👎️ This isn’t the right one for me

MDX Deck

Decision: 👎️ This isn’t the right one for me

Spectacle

Decision: 👎️ This isn’t the right one for me

Web Slides

Decision: 👎️ This isn’t the right one for me

End of day

Worked on Today

Tomorrow