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
Show HN: Generate Google Slides from Markdown
11–20 of 55 posts
Re: Show HN: Generate Google Slides from Markdown
#12Re: Show HN: Generate Google Slides from Markdown
#13Re: Show HN: Generate Google Slides from Markdown
#14Can 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
Re: Show HN: Generate Google Slides from Markdown
#15Re: Show HN: Generate Google Slides from Markdown
#16Wow this is exactly what i've been looking for, can you select slide themes with this library?
Re: Show HN: Generate Google Slides from Markdown
#17I don't think a text editor is the right interface for that.
Re: Show HN: Generate Google Slides from Markdown
#18I 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 would claim that's highly context sensitive. If the goal is to share information in an environment that has keen interest on the content of the presentation the visual appeal is of a tertiary concern at most.
Re: Show HN: Generate Google Slides from Markdown
#19I 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.
This could at the very least be useful to get the initial text on the slides quickly, while still allowing you to fine-tune them in the GUI afterwards.
Re: Show HN: Generate Google Slides from Markdown
#20I 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.
The best example I can think of is the WPF IDE in visual studio, where you have markup and GUI side by side. You change one, it updates the other.
Most people would edit slides in GUI mode only as they currently do.
Pros would spend a lot of time in the markup, which would enable much faster formatting, copy pasting of certain properties, manage invisible items, add meta data to text (like bind this word in that paragraph to a cell in that spreadsheet).
That how powerpoint should evolve if it was still under active development.
Also think of this use case: generate a powerpoint deck automatically from a system. You definitely want to be able to edit your markup for the template, and be able to generate markup from code.