Reveal.js is great! :D
Reveal.js
41–50 of 51 posts
Re: Reveal.js
#42It's a bit different and more technical than Reveal.js but it allow you to create fully customizable and unique presentation.
Re: Reveal.js
#43Am I the only one who finds the concept of "vertical slides" a bit, errr, wrong? A presentation is a linear process. The first time a skipped through someone's slides who had this concept (without being presented to) I missed half of the content. Is it for "things I might not have time for"? or What am I missing here?
The need for drill-down is valid, but I some means of entering/exiting a new context would require less brain power. Like tabbed browsing. Or push/pop from a stack.
We're trying to crack these problems with some presenation tools we're prototyping. Fun fun...
Re: Reveal.js
#44Alt+mouse is bound to "move window" by default in GNOME (and perhaps others), and your event handlers will never get fired. (Personally, I love this keybinding: IMHO, it's a every quick and efficient way to move windows, since it increases the "catchable" area to the entire window, not just the title bar.)
Also, did anyone else notice that progress bar at the bottom?
Re: Reveal.js
#45Reveal.js is great. Up until recently, I was putting slides together using Google Docs (ugh!), and thought there had to be a different way so I started looking around. Reveal.js looked the best to me, but I wanted two things: 1) It running on a server reading new slideshows automatically, and 2) To write the slides in pure markdown (like how some others use `---` for slide separation). I ended up hacking together a q…
It looks like the "pure markdown" part is built into reveal.js now: https://github.com/hakimel/reveal.js#external-markdown
Might this also address your requirement to read new slideshows (via browser refresh)?
Re: Reveal.js
#46Re: Reveal.js
#47Re: Reveal.js
#48Re: Reveal.js
#49I still prefer Keynote to JS presentation tools since playing with layout is easier manually than with css (for me). But one killer feature Keynote lacks is slide inheritance. I love using build-outs and I wish I could edit a parent slide and have the changes propagate to its children. This feature would be much easier to build out with a JS presentation framework.
Re: Reveal.js
#50I wrote a cool little node application for reveal.js that lets you control the slideshow with your phone over websockets. Reveal.js is great! :D https://github.com/wridgers/slide