Live data from Hacker News

Reveal.js: HTML presentation framework

revealjs.com

71–80 of 109 posts

Re: Reveal.js: HTML presentation framework

#71
I use reveal.js to give presentations at work.

Type 'em up in Emacs org-mode, then use org-reveal to spit out the presentation HTML and screenshare with my browser.

It's real nice, the workflow allows me to slap something together in tools I find familiar rather than attempting to wrestle with PowerPoint.

Re: Reveal.js: HTML presentation framework

#74

I found out recently that pandoc can take text markdown-ish files and turn them into * Beamer presentations * Powerpoint presentations * Reveal.js presentations Kind of crazy and interesting. I made a nuclear power deck with it and it worked ok. https://pandoc.org/MANUAL.html#slide-shows

That's how I've been doing presentations for years!

Made me really excited and happy when I discovered it.

Re: Reveal.js: HTML presentation framework

#75
post #33

I really like reveal. However I still havent found a good way of creating slides. I find writing directly in HTML too tedious, but haven't really found a good other way. Most of the Markdown converters that are floating around are to restricted. At the moment I'm using org-reveal which works quite well, but I often find that the layout options lacking so I end up putting a lot of HTML into the org files which again d…

Have you given the official online editor a whirl? The last time I used it, I recall it being relatively feature-complete, although there's definitely a tradeoff compared to writing HTML. https://slides.com/

I had, however I was relying on quite a few plugins and I could not find a way of integrating it into the slides presentation without having to export it to reveal first and the editing the resulting html. Admittedly I did not have time to investigate this in depth.

Re: Reveal.js: HTML presentation framework

#76

I found out recently that pandoc can take text markdown-ish files and turn them into * Beamer presentations * Powerpoint presentations * Reveal.js presentations Kind of crazy and interesting. I made a nuclear power deck with it and it worked ok. https://pandoc.org/MANUAL.html#slide-shows

pandoc is magical software. One of those rare examples of a tool that does everything you would hope it does (and more) and nearly always does so correctly or as expected.

Alas that's not exactly the case for all language inputs. LaTeX conversion is patchy . Doubtless because of the sprawling ecosystem, but still, even support for pretty core packages is left still wanting.

Re: Reveal.js: HTML presentation framework

#77
post #55

I'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!

Re: Reveal.js: HTML presentation framework

#78
post #62

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…

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/

Re: Reveal.js: HTML presentation framework

#79
post #50
post #8

It's solid for creating basic slides quickly, and it supports exporting to PDF by having your printer print the PDF from a browser (it came out perfect). Here'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)…

How do you capture terminal to gifs?

I use https://asciinema.org/ for terminal capture. Works really well and can embed into slides. Here is an example from one of my lab sessions https://nccastaff.bournemouth.ac.uk/jmacey/msc/ase/labs/lab1...
Post reply on HN