A new fave I recently discovered - render markdown in the terminal for easy reading (and proofing):
back
2 comments
I recently found out about mdp too, a way to display markdown in the terminal as slides.
> I recently found out about mdp too, a way to display markdown in the terminal as slides.
> https://github.com/visit1985/mdp
I use pandoc to convert markdown to powerpoint decks, it's a great workflow as you can preview and tweak the content and then apply the firm theme before the presentation.
Yeah, I just like the terminal aesthetic. And I've had a problem in the past with sales bros taking internal only presentations that aren't supposed to be consumed externally for a lot of reasons and showing them to customers. Markdown seems to be enough of a barrier to keep that from happening.
Do you mean actual PowerPoint or just creating a (presumably HTML based) presentation?
actual pptx file:
pandoc -f markdown input.md -o output.pptx
Glow is absolutely gorgeous! I wasn't aware of it before reading this article and I love it so much! I write most of my notes as Markdown files and Glow is the best tool to browse through them.