ramnathv / slidify

Generate reproducible html5 slides from R markdown
http://www.slidify.org
844 stars 339 forks source link

Consider ideas from beamer #52

Closed ramnathv closed 11 years ago

ramnathv commented 12 years ago

Since beamer is the de-facto standard for presentations in the tech community, I think it makes sense to draw ideas from beamer. Here are some ideas that might be useful to explore.

  1. The idea of splitting a theme into outertheme, innertheme, colortheme etc. is neat. This can be easily replicated in terms of css by splitting the theme file of a css into multiple parts.
  2. The idea of overlays is very well developed in beamer. It would be interesting to replicate some of the features using javascript. For example \alert<2> shows text alerted on the second slide. I am wondering if there already exists javascript frameworks which can do such overlays.
ramnathv commented 12 years ago

Couple of Links on HTML5 Slides

  1. Why I dont Write My Slides in HTML
  2. Authoring Slides using HTML