Hacker News new | ask | show | jobs
by atsaloli 2723 days ago
How is this better than https://pandoc.org/MANUAL.html#producing-slide-shows-with-pa... ? Oh! You've got other yummy things rolled in there like graphviz and more. Thanks! I've got an important presentation coming up on Thursday, I'll give this a go!
1 comments

maybe important/interesting for you: the pdf export.
pandoc can do pdfs too (via beamer)
Yes, but markdeck uses decktape and chrome headless... so your PDF is in fact a near pixel-perfect version of your HTML slides.
Yep! I just wasn't willing to run "curl ... | bash" on a corporate computer to install markdeck. I made a note to circle back to it, I still want to try it, the slides look slicker than those generated by pandoc with beamer which is what I use now to generate PDF presentations. my first choice was GitPitch but rendering PDFs doesn't work without using their web service and this content has got to stay on the private network.
So how would you like to install such a tool on a corporate device? Is docker an option In your case? Is downloading and reviewing the scaffold script sufficient (before actually starting it)?
yeah, that would be fine -- what stopped me actually (now that I'm circling back to it) was the requirement for docker-compose which my sandbox VM didn't have. and still doesn't (some dependency is broken). sigh. that's all the time I have for it now.