Fork me on GitHub
#cljsjs
<
2016-12-10
>
aaelony13:12:57

I don't think reveal.js is currently in cljsjs. Is there a way to request it? http://lab.hakim.se/reveal-js

mikebelanger14:12:49

@aaelony Doesn't look too hard to add, library doesn't look that big

aaelony14:12:20

@mikebelanger: I found it useful recently just manually editing the html for slides in a presentation.

aaelony14:12:53

but from cljs would be even better

mikebelanger14:12:56

@aaelony oh so you can regular DOM elements and reveal will handle it?

aaelony14:12:02

I think so. Check it out, it's pretty cool!

mikebelanger14:12:31

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

aaelony14:12:37

there's a section element that defines a slide

aaelony14:12:22

clj data to hiccup would be sufficient

aaelony14:12:48

hiccup style...

mikebelanger14:12:19

@aaelony exactly, yeah. Maybe Garden if you want to style them.