I don't think reveal.js is currently in cljsjs. Is there a way to request it? http://lab.hakim.se/reveal-js
@aaelony Doesn't look too hard to add, library doesn't look that big
@mikebelanger: I found it useful recently just manually editing the html for slides in a presentation.
but from cljs would be even better
@aaelony oh so you can regular DOM elements and reveal will handle it?
I think so. Check it out, it's pretty cool!
@aaelony you could always get Clojurescript to create the necessary DOM nodes (with either just plain Clojurescript, or various DOM manipulation libraries), and just namespace reveal.js
into your html file.
there's a section element that defines a slide
clj data to hiccup would be sufficient
hiccup style...
@aaelony exactly, yeah. Maybe Garden if you want to style them.
yup