Can someone explain why you would want to make slides from markdown? Surely its just as straightforward, if not easier, just to use the UI - genuinely curious
Not always. Having done this a fair bit, I've often found that if I have a somewhat minimal template (perhaps haven't gotten to the design stage of a talk and I'm just fleshing out the content of the slides), it's far slower to fire up a GUI and make 50-odd slides than it is to write a Markdown document. Example: --- #This is a headline ##This is my subhead. * And * Some * bullets --- That took me 14 seconds. Creatin…
Show HN: Generate Google Slides from Markdown
31–40 of 55 posts
Re: Show HN: Generate Google Slides from Markdown
#32I don't get it. Markdown is text markup language. Slides shouldn't have much text (best: none), but should be visually appealing. I don't think a text editor is the right interface for that.
I'm terrible in visuals. I rather provide the raw content and someone else makes it beautiful. For a team page that's pictures of the team and their roles. For a product it is pictures from my product designer. Or specs that might be put in a nice looking table. For user scenarios it is photos again, but with a caption. And yes, if I do it myself that caption will look ugly. So text templates are super useful to me.…
Re: Show HN: Generate Google Slides from Markdown
#33Re: Show HN: Generate Google Slides from Markdown
#34While we are on the topic of generating output from markdown, anyone know of a great tool for generating good looking (GitHub-Flavored) PDF/Word documents from markdown? Hyperlinks should be clickable too. I know of markdown2pdf [1] but the output can sometimes come out looking bland. [1] http://markdown2pdf.com/
Re: Show HN: Generate Google Slides from Markdown
#35I like to toggle to presenter mode in this presentation by pressing the 'p' key. This reveals the presenter's notes and a time counter. Other keyboard shortcuts are available from the README.
Also, you can use it as a hugo theme: https://github.com/sporto/hugo-remark
Re: Show HN: Generate Google Slides from Markdown
#36Earlier quoted context omitted.
Not always. Having done this a fair bit, I've often found that if I have a somewhat minimal template (perhaps haven't gotten to the design stage of a talk and I'm just fleshing out the content of the slides), it's far slower to fire up a GUI and make 50-odd slides than it is to write a Markdown document. Example: --- #This is a headline ##This is my subhead. * And * Some * bullets --- That took me 14 seconds. Creatin…
Slides with bullets are an anti-pattern. Markdown encourages that. Thus, Powerpoint > Markdown.
Re: Show HN: Generate Google Slides from Markdown
#37Re: Show HN: Generate Google Slides from Markdown
#38Re: Show HN: Generate Google Slides from Markdown
#39When this comes up, I always feel obligated to share my favorite Markdown presentation tool, the command-line mdp: https://github.com/visit1985/mdp
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).
Re: Show HN: Generate Google Slides from Markdown
#40While we are on the topic of generating output from markdown, anyone know of a great tool for generating good looking (GitHub-Flavored) PDF/Word documents from markdown? Hyperlinks should be clickable too. I know of markdown2pdf [1] but the output can sometimes come out looking bland. [1] http://markdown2pdf.com/
Pandoc? http://pandoc.org/
Ideally, would love something that mimicked GitHub Flavored Markdown in output.