TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 kim0超过 6 年前
Something like revealjs, but maybe richer or easier for someone who doesn't know much CSS

4 条评论

konradb超过 6 年前
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.
Libbum超过 6 年前
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.
motyar超过 6 年前
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 未加载
xtreak29超过 6 年前
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>