TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the Best Tool to Create Slides Using a Markup Language

4 pointsby kim0about 6 years ago
Something like revealjs, but maybe richer or easier for someone who doesn't know much CSS

4 comments

konradbabout 6 years ago
Similar in approach (in that it can use Markdown) but Deckset.app for OSX also incorporates a GUI, I don't think you'd need to know any CSS.
Libbumabout 6 years ago
Rather than using reveal.js, perhaps consider the GUI version at slides.com?<p>Beamer is a great tool as well, there are some really nice themes for it. My favourite is Metropolis: <a href="https:&#x2F;&#x2F;github.com&#x2F;matze&#x2F;mtheme" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;matze&#x2F;mtheme</a> The markup is Latex, so you&#x27;ll need a latex toolchain for that.
motyarabout 6 years ago
Please check <a href="https:&#x2F;&#x2F;mark.show&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mark.show&#x2F;</a><p>You can:<p>Write markdown in editor<p>or<p>Upload a markdown file<p>or<p>Import direct from URL of markdown file.<p>PS: I am creator of the service.
评论 #19212770 未加载
xtreak29about 6 years ago
For simpler ones with markdown I found marp very easy to work with : <a href="https:&#x2F;&#x2F;github.com&#x2F;yhatt&#x2F;marp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yhatt&#x2F;marp</a>