Reveal.js: HTML presentation framework
revealjs.com
Reveal.js: HTML presentation framework
1–10 of 109 posts
Re: Reveal.js: HTML presentation framework
#2Re: Reveal.js: HTML presentation framework
#3Re: Reveal.js: HTML presentation framework
#4Probably want to take the "#/29" off the end of the link, so we're not linking to the last slide of their demo presentation!
Re: Reveal.js: HTML presentation framework
#5Re: Reveal.js: HTML presentation framework
#6Plus, I just ran the thing running in Docker with the actual slide HTML file in different host directories. Starting a presentation was just docker run -v.
Re: Reveal.js: HTML presentation framework
#7Is the WYSIWYG editor on slides.com open source for those of us who would like to run it locally and not have to trust a binary?
Re: Reveal.js: HTML presentation framework
#8Here's a 100+ slide PDF of a talk I did the other month with Reveal using an out of the box theme: https://github.com/nickjj/nyhackr-cli-dev-env/blob/master/ny...
The PDF doesn't show it but I had a lot of animated gifs (almost every terminal screenshot is animated). Overall it only took like 30 seconds to assemble each slide once I knew the content I wanted to have, since it's just HTML in the end.
It also has a nice a presenter layout to see slide notes. Perfect for live streaming a remote presentation while having notes off to the side that no one can see on the stream.
The best part about it is the standalone version doesn't require running a Node server. It's just basic HTML, CSS and JS that you can open straight in a browser.
I'll be using it for future presentations.
Re: Reveal.js: HTML presentation framework
#9I decided to create my presentation in a series of markdown files, then run a script to compile them into a single HTML+deck.js side deck.
The overhead of setting the thing up originally was worth it, the iteration on the presentation (eg ability to work on a single section in a markdown editor) was much faster.