Live data from Hacker News

WebSlides – Making HTML presentations easy

github.com

41–50 of 67 posts

Re: WebSlides – Making HTML presentations easy

#43
post #27

Earlier quoted context omitted.

Portability. If you have to send a presentation around, embedding fonts in PowerPoint only works if the viewer is on a Windows machine, and keynote is not an option if your viewer is on a PC.

If you're worried about portability, you can export as a PDF. You could also use LibreOffice, which is cross-platform.

I often have complex animations and embedded video that will not survive the PDF export, and am sending presentations to people who can't just be asked to install libreoffice.

Re: WebSlides – Making HTML presentations easy

#44
post #2

https://github.com/hakimel/reveal.js/ is my framework of choice when making slides.

reveal.js + pandoc + some customization is what I'm sitting at right now . While I like it a lot, I could imagine that reveal.js's default layout isn't suitable for presentations with lots of details. Also haven't figured out how to jump to a particular slide.

You can jump to a selected slide: http://htmlcheats.com/reveal-js/reveal-js-tutorial-reveal-js...

Re: WebSlides – Making HTML presentations easy

#46
That's pretty slick, nice work.

I don't make a lot of presentations, but the fact I could figure out a lot of it in minutes makes this attractive. I definitely see it as a web tool more than a marketing / management tool. If I showed our marketing dept markup they'd have a conniption fit.

Re: WebSlides – Making HTML presentations easy

#47

Something to be aware: this is OP's first Github project. Let's be nice so it isn't the last.

for someone starting out with their first github project, one would appreciate your comment.. although one may be 100% OK for their work to be the subject of any rational analysis, it is worthwhile to know the constructive motive behind such discussion and thereby even criticism may encourage more future contributions (moving far from being the last project).

+1 for being vocal

Re: WebSlides – Making HTML presentations easy

#49
post #27

Earlier quoted context omitted.

Portability. If you have to send a presentation around, embedding fonts in PowerPoint only works if the viewer is on a Windows machine, and keynote is not an option if your viewer is on a PC.

If you're worried about portability, you can export as a PDF. You could also use LibreOffice, which is cross-platform.

PDF has two problems for me:

One is that you can't have speaker notes integrated in the presentation the same way you can with PP or reveal.js.

The other one is that it doesn't scale. You export the slides in one display ratio and it stays like that. Most web presentation formats will adjust to whatever your display is doing.

Post reply on HN