One small question: does anyone know how to add a color background to a slide (as in the example provided) - is it done with CSS?
Show HN: Generate Google Slides from Markdown
51–55 of 55 posts
Re: Show HN: Generate Google Slides from Markdown
#52Earlier quoted context omitted.
Slides with bullets are an anti-pattern. Markdown encourages that. Thus, Powerpoint > Markdown.
What's the drawback to bullets?
Re: Show HN: Generate Google Slides from Markdown
#53Earlier quoted context omitted.
What's the drawback to bullets?
Peter Norvig illustrated that quite well: http://norvig.com/Gettysburg/
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
#54Use with impress.js ( http://impress.github.io/impress.js/ ) and you have possibilities * 1000
Re: Show HN: Generate Google Slides from Markdown
#55When 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