Show HN: MarkShow – Create Slideshows with Markdown
1–10 of 64 posts
Re: Show HN: MarkShow – Create Slideshows with Markdown
#2Nice job! It's been a little daunting to write the HTML for reveal.js for quite some time and I'm not really a fan of any GUI editor either. This seems perfect for scratching up a neat little presentation really fast for a meeting or something alike. Thank you!
Re: Show HN: MarkShow – Create Slideshows with Markdown
#3I've seen a few other implementations of MD slides before. This is the first one that really clicks for me by having all the features I need. Thanks for sharing!
Re: Show HN: MarkShow – Create Slideshows with Markdown
#4This is great! I normally quickly jot notes from meetings and calls in .txt files, this seems a great way for me to visualise them after. Useful for my usecase
Re: Show HN: MarkShow – Create Slideshows with Markdown
#5Looks 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...
Re: Show HN: MarkShow – Create Slideshows with Markdown
#6I faintly remember there was a project called slidify. https://github.com/ramnathv/slidify
The last update was several years ago. Was it no longer maintained? How does it compared with MarkShow?
Re: Show HN: MarkShow – Create Slideshows with Markdown
#7Looks nice. Related, if you already have Pandoc installed, you can get single markdown file => slideshow with Reveal.js (which the showcased site is based on) for free with
pandoc -s -t revealjs slides.md -o slides.html
You can choose other implementations too, like good old Slidy: pandoc -s -t slidy slides.md -o slides.htmlRe: Show HN: MarkShow – Create Slideshows with Markdown
#8Now 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
#9Went looking a bit for something I could host myself.
This looks promising to me:
https://github.com/adamzap/landslide
Re: Show HN: MarkShow – Create Slideshows with Markdown
#10I have been using https://marp.app/ and its VSCode extension, looks similar to https://mark.show/, but all on your local editor.