Show HN: MarkShow – Create Slideshows with Markdown
11–20 of 64 posts
Re: Show HN: MarkShow – Create Slideshows with Markdown
#12Something like plantuml, but for slides?
Re: Show HN: MarkShow – Create Slideshows with Markdown
#13For macOS users, Deckset is excellent (and native) → https://www.deckset.com
Re: Show HN: MarkShow – Create Slideshows with Markdown
#14https://tools.suckless.org/sent/
Really simple and it has support for PNG with farbfeld.
Re: Show HN: MarkShow – Create Slideshows with Markdown
#15A while ago, I’ve built something similar on top of the in-browser Markdown-plus-diagrams renderer Markdeep: https://github.com/doersino/markdeep-slides
Aside from things like custom themes and pop-out-able presenter notes, it supports printing to PDF via the browser’s built-in print functionality – perhaps that’s something you could look into. (Maybe you have, but my phone’s browser just doesn’t like it.)
Re: Show HN: MarkShow – Create Slideshows with Markdown
#16Looks nice! I will recommend it to friends. I laughed when I saw the "non-evil purpose only" in the license.[0] [0] https://en.wikipedia.org/wiki/Douglas_Crockford#%22Good,_not...
That kind of license is needlessly vague. Why would I even use such software if there’s no reliable way to tell whether I’m using it legally?
Re: Show HN: MarkShow – Create Slideshows with Markdown
#17Re: Show HN: MarkShow – Create Slideshows with Markdown
#18Now 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.
Re: Show HN: MarkShow – Create Slideshows with Markdown
#19Is 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?