Hey! I’m the creator of reveal.js. Thanks for sharing. Happy to answer questions if you have any. reveal.js was first released in 2011. A few years later I also launched a visual editing environment for reveal.js called Slides (slides.com). It has some pretty unique features targeted at developers, like a built-in CSS editor, access to the HTML source, and stepped line-by-line code highlighting. http://slides.com/new…
Reveal.js: HTML presentation framework
101–109 of 109 posts
Re: Reveal.js: HTML presentation framework
#102I've been doing all my talk slides for the past few years with org-mode and Reveal.js. Really happy with both the workflow and the result[1]. I've settled on a pretty simple system with three main files: ideas.org → outline.org → slides.org I start with unstructured thoughts, turn them into a structure of a presentation and then into concrete slides, all in roughly the same format. With Emacs, it's easy to navigate b…
Interesting. How do you handle things like fragment markup from org mode, for example to reveal a bullet point or paragraph? Also, is your workflow org -> MD or org-> html? If to md, as I assume it probably is, can you just call in the slide breaks (---) in org mode directly? Could you maybe share some code? Edit: just learned about org-reveal. How did I miss this!
Here's a link to the source for that particular talk: https://github.com/TikhonJelvis/talks/tree/master/haskell-lo...
Should have thought to link to it in my original comment :P.
Re: Reveal.js: HTML presentation framework
#103Wow, spent some time fiddling with this framework. I really like it and I think the potential is huge, unfortunately I am too lazy so I will probably just stick with PowerPoint. Maybe make an adapter and publish to this format is possible..?
Re: Reveal.js: HTML presentation framework
#104Hey! I’m the creator of reveal.js. Thanks for sharing. Happy to answer questions if you have any. reveal.js was first released in 2011. A few years later I also launched a visual editing environment for reveal.js called Slides (slides.com). It has some pretty unique features targeted at developers, like a built-in CSS editor, access to the HTML source, and stepped line-by-line code highlighting. http://slides.com/new…
slides.com is an amazing domain name. How did you land upon it?
(It became a defacto go-to tool for slide decks for me because it was so memorable)
Re: Reveal.js: HTML presentation framework
#105Hey! I’m the creator of reveal.js. Thanks for sharing. Happy to answer questions if you have any. reveal.js was first released in 2011. A few years later I also launched a visual editing environment for reveal.js called Slides (slides.com). It has some pretty unique features targeted at developers, like a built-in CSS editor, access to the HTML source, and stepped line-by-line code highlighting. http://slides.com/new…
IMHO this is the best tool to present scientific content, because it really allows "multi media" in the original sense: formulas, different kinds of images, and videos.
Although I'm struggling right now with the formula part (going off the example in readme which is also not working) but I'm sure I'll figure that one out after some shut-eye. :P
Re: Reveal.js: HTML presentation framework
#106Hey! I’m the creator of reveal.js. Thanks for sharing. Happy to answer questions if you have any. reveal.js was first released in 2011. A few years later I also launched a visual editing environment for reveal.js called Slides (slides.com). It has some pretty unique features targeted at developers, like a built-in CSS editor, access to the HTML source, and stepped line-by-line code highlighting. http://slides.com/new…
slides.com is an amazing domain name. How did you land upon it?
Re: Reveal.js: HTML presentation framework
#107Earlier quoted context omitted.
slides.com is an amazing domain name. How did you land upon it?
(iirc) It was originally slid.es and the slides.com domain was added later, I know it's not an answer to your exact question, but slid.es was a pretty good start point too :-) (It became a defacto go-to tool for slide decks for me because it was so memorable)
Re: Reveal.js: HTML presentation framework
#108Earlier quoted context omitted.
I use this for all my lectures. Thanks for all the great work makes my life so much easier. Click on the links to see the slides! https://nccastaff.bournemouth.ac.uk/jmacey/Lectures/
That's really nice. How did you do that
Re: Reveal.js: HTML presentation framework
#109Earlier quoted context omitted.
Hi Hakim, this looks really great. Thanks for creating it :) A minor bit of feedback on the webpage: I spent a while looking for a link to an example presentation, but couldn't find one. I eventually realised that the entire top section is an example presentation. This is so cool!! I wonder if adding some text next to the arrow ("Try the demo", or similar?) might help people find it? The demo is so nice, it would be…
That’s a great point. I’ll add a demo link to the sidebar and make it scroll up and highlight the header. Thanks!