WebSlides – Making HTML presentations easy
41–50 of 67 posts
Re: WebSlides – Making HTML presentations easy
#42Re: WebSlides – Making HTML presentations easy
#43Earlier 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.
Re: WebSlides – Making HTML presentations easy
#44https://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.
Re: WebSlides – Making HTML presentations easy
#45Yes, but why make html presentations at all? Are there any tangible benefits except for fancy animations?
Re: WebSlides – Making HTML presentations easy
#46I 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
#47Something to be aware: this is OP's first Github project. Let's be nice so it isn't the last.
+1 for being vocal
Re: WebSlides – Making HTML presentations easy
#48Re: WebSlides – Making HTML presentations easy
#49Earlier 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.
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.
Re: WebSlides – Making HTML presentations easy
#50Pressing "B" to black the screen is a feature that I consider critical that is missing here.