Live data from Hacker News

Show HN: Generate Google Slides from Markdown

github.com

51–55 of 55 posts

Re: Show HN: Generate Google Slides from Markdown

#52
post #31

Earlier quoted context omitted.

Slides with bullets are an anti-pattern. Markdown encourages that. Thus, Powerpoint > Markdown.

What's the drawback to bullets?

Peter Norvig illustrated that quite well: http://norvig.com/Gettysburg/

Re: Show HN: Generate Google Slides from Markdown

#53
post #52

Earlier quoted context omitted.

What's the drawback to bullets?

Peter Norvig illustrated that quite well: http://norvig.com/Gettysburg/

The objectives of the Gettysburg Address were entirely political and did not require the audience to keep track of detailed information with complex interactions.

I was at a talk by Norvig recently. I can't remember whether his slides had bullet points, but there were definitely series of single-sentence, loosely related paragraphs. So he might have changed his mind, or you might have missed the point.

Re: Show HN: Generate Google Slides from Markdown

#55
post #39
post #33

When this comes up, I always feel obligated to share my favorite Markdown presentation tool, the command-line mdp: https://github.com/visit1985/mdp

I'd also like to share patat [0], a Pandoc-based presentation tool written in Haskell. One of the nice things about patat using Pandoc is that the input file format can be any of the ones supported by Pandoc (e.g. rST, Org, LaTeX, etc). [0]: https://github.com/jaspervdj/patat

patat looks a lot more comprehensive than mdp—thanks for sharing!
Post reply on HN