This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-10
Channels
- # adventofcode (9)
- # bangalore-clj (1)
- # beginners (130)
- # boot (6)
- # cljs-dev (8)
- # cljsjs (12)
- # cljsrn (3)
- # clojure (33)
- # clojure-brasil (3)
- # clojure-korea (4)
- # clojure-russia (150)
- # clojure-sanfrancisco (4)
- # clojure-spec (159)
- # clojure-uk (3)
- # clojurescript (100)
- # code-reviews (9)
- # core-async (1)
- # datascript (3)
- # dirac (58)
- # hoplon (8)
- # jobs-discuss (10)
- # luminus (18)
- # om (2)
- # onyx (14)
- # protorepl (19)
- # re-frame (34)
- # reagent (28)
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.
@aaelony oh so you can regular DOM elements and reveal will handle it?
@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.
@aaelony exactly, yeah. Maybe Garden if you want to style them.