Live data from Hacker News

Show HN: MarkShow – Create Slideshows with Markdown

mark.show

21–30 of 64 posts

Re: Show HN: MarkShow – Create Slideshows with Markdown

#24

Is there a similar tool that actually addresses the “death-by-PowerPoint” paradigm where people just paste slabs of text into slides and call it a presentation? Something where I can easily insert pictures and control the order of animations, while not fiddling around too much with the layout. Something like plantuml, but for slides?

I’ve been working on something like that for the past two years. It uses markdown, but extends it with a bit of syntax to set templates, layouts, and animations

https://hyperdeck.io/

Re: Show HN: MarkShow – Create Slideshows with Markdown

#26

This is very nice when you are willing to write basically code for your presentation, but nothing beats https://slides.com in productivity. It is the SaaS of the creator of Reveal.JS. I usually just make a monthly subscription when I need to make a new presentation, otherwise you can keep everything, just can't create new presentations. Basically "pay when you use it", very fair business model, worth every penny!

Thanks for sharing! What would be the main advantage of this vs something like Google Slides?

Re: Show HN: MarkShow – Create Slideshows with Markdown

#27

I have been using sent from sucklessat university. https://tools.suckless.org/sent/ Really simple and it has support for PNG with farbfeld.

Seconding "sent", I've basically prepared the presentation of my dissertation in a few hours using this and it looked great.

Re: Show HN: MarkShow – Create Slideshows with Markdown

#28

Now if we can just get proper mindmapping in Markdown. I've tried all the libraries I could find and while they are pretty neat they still lack linking and other things like you'd get from XMind.

I've had trouble understanding the use case for mindmapping software, so I'd be curious to hear what you use Xmind for! I feel like I'd have to constantly fight with the layout to prevent my diagrams from turning into a big spaghetti mess. For most of the demos on their website, a simple nested list seems just as effective at communicating the same information.

Re: Show HN: MarkShow – Create Slideshows with Markdown

#30

For macOS users, Deckset is excellent (and native) → https://www.deckset.com

Self-Promotion: if you’d like iPad support and more features, I’ve been working on such an app for the last 2 years: https://hyperdeck.io/

Awesome, one of the pain points I have with Deckset is not having an iOS version. The other one is exporting to an HTML compatible mode (to keep animated GIFs… animated). I wrote my own tool (https://github.com/rberenguel/haskset) to leverage Pandoc and make a reveal.js export look like Deckset, but that's not ideal (basically, I don't have feature parity and any time I use a new feature I have to implement it…).
Post reply on HN