statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 236 forks source link

PowerPoint module #79

Open daveaglick opened 8 years ago

daveaglick commented 8 years ago

Should generate a PPTX file from HTML markup. Goal is to recognize some small subset of HTML. H1 becomes a new slide and slide title, other headings become progressively smaller. Also support lists, tables, and images. Goal is to write slides in Markdown, convert to HTML, then output to both web page and PowerPoint slides. Making slides build from HTML also supports pipelines with other non-Markdown templates like Razor or Liquid.

Questions:

dodyg commented 8 years ago

One of the most natural way to generate slides quickly is through using outlines. This is why I was so keen to add support for OPML. Every root outline can become a new slide and the 2nd level outlines become header, etc.

daveaglick commented 8 years ago

Note to self: check out http://remarkjs.com/ for this

tylerd commented 4 years ago

I would take a look at GitPitch https://gitpitch.com/ - seems similar to this