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 alternatives to Powerpoint/Prezi are there?

180 pointsby altozover 7 years ago
I&#x27;m doing a lot of teaching and I&#x27;ve been using PowerPoint. I recently saw some people use Prezi and liked what they were able to do to map concepts visually to make them easier to understand. Unfortunately, it looks like a lot of the features that made Prezi powerful have been neutered in Prezi Next and isn&#x27;t able to do a lot of what I&#x27;m looking for (no path editing, no infinite canvas, etc). What alternatives are there?<p>Some requirements for me:<p>* WYSIWIG editor * Tutorials * Infinite canvas&#x2F;Path editing

56 comments

confoundedover 7 years ago
<a href="https:&#x2F;&#x2F;slides.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;slides.com&#x2F;</a><p>Is a commercial SaaS GUI for reveal.js: <a href="http:&#x2F;&#x2F;lab.hakim.se&#x2F;reveal-js&#x2F;#&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lab.hakim.se&#x2F;reveal-js&#x2F;#&#x2F;</a><p>I’m a paying customer, and find it useful. Where possible, I create slides using standard open source reveal.js (or often some markdown format that compiles to it) but sometimes I’ll want to do something that’s easier with a GUI, or just run out of time&#x2F;interest for <i>design-from-the-command-line</i>.<p>It’s easy to export decks to HTML, and the auto-generated code is pretty clean and sane, as these things go.<p>Additionally, the CEO of the company is the maintainer of reveal.js, so buying the product saustains his work in the open source library. You can also write to him with bugs and requests, he’s keen to listen and responsive. Thanks, Hakim!
评论 #15576928 未加载
veli_jozaover 7 years ago
Is anyone thinking beyond slides? We need to demand more from our presentational tools. I&#x27;d like to have these features:<p>Interactive slide elements like simulations, parametrized graphs, shells for SSH and interpreted languages.<p>Mobile interface served for audience so they can participate in quizzes, voting and interactive experiments.<p>Branching flows of presentation, so you can dive into more details on one branch, or skim through it on other branch (without running through slides franticly).<p>Free style presentation where some presenter zooms in and out of tree representation of our knowledge of the presentation subject.<p>Support for separate presenter&#x27;s user interface - presenter should be able to easily cue the laughing track, or theatrically raise music volume, or see audience feedback.<p>Both Prezi and reveal.js and some other tools I&#x27;ve seen, add too much design fluff and fail to deliver any fresh approach. PowerPoint is stagnating for a looong while. Which is really the shame, because we could engage our audience so much better with right tools.
评论 #15577626 未加载
danieldkover 7 years ago
org-mode with beamer output. For me there are a couple of large benefits:<p>- You can include LaTeX directly in documents and preview LaTeX inline in Emacs. This is not restricted to LaTeX math, but any kind of LaTeX environment. I often use this for including TikZ figures.<p>- You can include snippets of code in your document, execute them inline and include the results in your presentation. For instance, you can use this to include graphs using gnuplot, R, or matplotlib. Moreover, you can use tables org-mode tables as input to these code fragments.<p>- You can use tags for headers&#x2F;slides. I often use this to generate two different slide decks: one that I put on the website before the lecture and a second one with solutions for me to use during the lecture.<p>- org-mode is a markup language that is similar to Markdown, so it is generally less work to write than LaTeX.<p>- Like LaTeX and Markdown, you can put everything under version control.
评论 #15576309 未加载
评论 #15580829 未加载
hayksaakianover 7 years ago
Google slides is pretty good and free, I&#x27;m surprised nobody mentioned it already
评论 #15575825 未加载
评论 #15575842 未加载
Jarwainover 7 years ago
After some googling, I found out how one can enable Prezi classic on an account that only has Prezi Next.<p>Make sure you&#x27;re logged into your Prezi account, then go to this link: <a href="https:&#x2F;&#x2F;prezi.com&#x2F;instant-prezi" rel="nofollow">https:&#x2F;&#x2F;prezi.com&#x2F;instant-prezi</a> An editor or a 404 page may appear. Either way, Prezi classic is now enabled. You can access your dashboard again on the top right and switch between the two products in a drop down on the left.<p>Source: <a href="https:&#x2F;&#x2F;prezibase.com&#x2F;activate-prezi-classic-account&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prezibase.com&#x2F;activate-prezi-classic-account&#x2F;</a>
marcolussettiover 7 years ago
If you&#x27;re demonstrating any code, I find RISE to be magnificent. It&#x27;s a plugin for Jupyter Notebooks that lets you present your code via reveal.js<p>Project: <a href="https:&#x2F;&#x2F;github.com&#x2F;damianavila&#x2F;RISE" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;damianavila&#x2F;RISE</a> Original demo at PyCon: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;rBS6hmiK-H8" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;rBS6hmiK-H8</a>
minimaxirover 7 years ago
Keynote for iCloud (the web-based version of iWork&#x27;s Keynote) has close-to-feature-parity with the macOS&#x2F;iOS versions.<p>Additionally, Keynote Live allows you to play a presentation and have viewers join via a URL, where they can view the presentation in sync on any device (macOS&#x2F;iOS&#x2F;Web), with feature parity to normal Keynote presentations.<p><a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;HT206205" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;HT206205</a>
massaman_yamsover 7 years ago
I don&#x27;t know if this satisfies your infinite canvas requirement, but I&#x27;ve used <a href="https:&#x2F;&#x2F;slides.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;slides.com&#x2F;</a> quite a bit. Similar to reveal.js.<p>edit: as pointed out elsewhere in the thread, &quot;slides.com is a front-end for reveal.js, made by the authors of reveal.&quot;
评论 #15575503 未加载
评论 #15576201 未加载
Jaepaover 7 years ago
Spectacle is pretty nice. Supports 3rd party extensions. Supports markdown. Split presenter and presentation views. Themes.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;FormidableLabs&#x2F;spectacle" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FormidableLabs&#x2F;spectacle</a>
LarryMade2over 7 years ago
How about Sozi? its an extension for inkscape - <a href="http:&#x2F;&#x2F;sozi.baierouge.fr&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sozi.baierouge.fr&#x2F;</a>
评论 #15576111 未加载
评论 #15577460 未加载
constexprover 7 years ago
Figma (<a href="https:&#x2F;&#x2F;www.figma.com" rel="nofollow">https:&#x2F;&#x2F;www.figma.com</a>) is probably a perfect fit for your use case. It&#x27;s an interface design tool but it can also be used for presentations. Benefits:<p>* Free for individual use<p>* Completely cross-platform (browser-based)<p>* Has an infinite canvas<p>* Has advanced path editing<p>* Has a presentation mode for slides (the play button)<p>* Supports simultaneous real-time editing if you need to work with someone else
评论 #15578551 未加载
Ruud-v-Aover 7 years ago
While it does not solve your use case, others here might find it interesting: I built a domain-specific language for designing slides (<a href="https:&#x2F;&#x2F;github.com&#x2F;ruuda&#x2F;pris#readme" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ruuda&#x2F;pris#readme</a>). It is superficially similar to LaTeX&#x2F;Beamer&#x2F;TikZ, but it has first-class graphics that are reusable. More motivation in this blog post: <a href="https:&#x2F;&#x2F;ruudvanasseldonk.com&#x2F;2017&#x2F;04&#x2F;27&#x2F;a-language-for-designing-slides" rel="nofollow">https:&#x2F;&#x2F;ruudvanasseldonk.com&#x2F;2017&#x2F;04&#x2F;27&#x2F;a-language-for-desig...</a>. It is still basic, but I have used it a few times to do slides nonetheless.
sridvijayover 7 years ago
I remember seeing this on product hunt a while back and it looks awesome: <a href="https:&#x2F;&#x2F;ludus.one&#x2F;?ref=producthunt" rel="nofollow">https:&#x2F;&#x2F;ludus.one&#x2F;?ref=producthunt</a>
评论 #15617843 未加载
josephernestover 7 years ago
BigPicture might be what you&#x27;re looking for: <a href="http:&#x2F;&#x2F;bigpicture.bi&#x2F;demo" rel="nofollow">http:&#x2F;&#x2F;bigpicture.bi&#x2F;demo</a><p>* Infinite canvas<p>* Infinite zooming<p>* WYSIWIG<p>* Demo<p>* Opensource: <a href="https:&#x2F;&#x2F;github.com&#x2F;josephernest&#x2F;bigpicture.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;josephernest&#x2F;bigpicture.js</a><p>If you zoom on some vegetables here <a href="http:&#x2F;&#x2F;bigpicture.bi&#x2F;Legumes" rel="nofollow">http:&#x2F;&#x2F;bigpicture.bi&#x2F;Legumes</a> you&#x27;ll find the recipe :)
评论 #15575546 未加载
twissover 7 years ago
There&#x27;s Strut, which is WYSIWIG and has path editing: <a href="http:&#x2F;&#x2F;strut.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;strut.io&#x2F;</a><p>I&#x27;m running a fork with some very minor improvements at <a href="https:&#x2F;&#x2F;www.airbornos.com&#x2F;demo#open=strut" rel="nofollow">https:&#x2F;&#x2F;www.airbornos.com&#x2F;demo#open=strut</a>. If you make an account there, they&#x27;re saved in the cloud.
ron07over 7 years ago
If you want LaTex, then take a look at this tool @ LucidChart LaTex support- <a href="https:&#x2F;&#x2F;store.office.com&#x2F;en-ca&#x2F;app.aspx?assetid=WA104380118&amp;sourcecorrid=095ef28a-a06c-4e6a-8396-6900a894e26d&amp;searchapppos=5&amp;ui=en-US&amp;rs=en-CA&amp;ad=CA&amp;appredirect=false" rel="nofollow">https:&#x2F;&#x2F;store.office.com&#x2F;en-ca&#x2F;app.aspx?assetid=WA104380118&amp;...</a> - Word (free &amp; paid) Lucidchart is an HTML5-based visual collaboration tool that makes drawing diagrams fast and easy. Easily create and insert flowcharts and other diagrams in Office documents. One of the supported “chart types” is LaTex equations.<p>I&#x27;ve only played with it a little and was really impressed.<p>I&#x27;ve been reading about Tableau, have not tried it <a href="http:&#x2F;&#x2F;www.clearlyandsimply.com&#x2F;clearly_and_simply&#x2F;tableau&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.clearlyandsimply.com&#x2F;clearly_and_simply&#x2F;tableau&#x2F;</a><p>How about Sway? It is still very much in development. And the last I heard it has one serious shortcoming. The sway files must stay on the internet,no downloading. (that may have been fixed ...?)<p>Office Sway is a presentation program and is part of the Microsoft Office family of products. Generally released by Microsoft in August 2015, Sway allows users who have a Microsoft account to combine text and media to create a presentable website. Users can pull content locally from the device in use, or from internet sources such as Bing, Facebook, OneDrive, and YouTube. More at &quot;Wikipedia&quot;<p>Take a look at Ellen Finkelsteins site. She does some amazing stuff with PowerPoint <a href="http:&#x2F;&#x2F;www.ellenfinkelstein.com&#x2F;pptblog&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ellenfinkelstein.com&#x2F;pptblog&#x2F;</a> - Ellen Finkelstein is a PowerPoint MVP<p><a href="http:&#x2F;&#x2F;www.pptalchemy.co.uk&#x2F;Hidden_pivots.html" rel="nofollow">http:&#x2F;&#x2F;www.pptalchemy.co.uk&#x2F;Hidden_pivots.html</a>
jd3over 7 years ago
<a href="https:&#x2F;&#x2F;godoc.org&#x2F;golang.org&#x2F;x&#x2F;tools&#x2F;present" rel="nofollow">https:&#x2F;&#x2F;godoc.org&#x2F;golang.org&#x2F;x&#x2F;tools&#x2F;present</a>
redmattredover 7 years ago
Overhead projector + transparencies
评论 #15575710 未加载
OJFordover 7 years ago
\latex with beamer.
inambercladover 7 years ago
No one has mentioned LibreOffice?
评论 #15576536 未加载
评论 #15575630 未加载
ron07over 7 years ago
Have you looked at MS Mix? <a href="https:&#x2F;&#x2F;mix.office.com&#x2F;en-us&#x2F;Home" rel="nofollow">https:&#x2F;&#x2F;mix.office.com&#x2F;en-us&#x2F;Home</a><p>Since you talk about teaching, are you aware of the MS Education offering? It includes subsites specific for teachers. That would be a good place to ask your question<p>OFFICE 365 EDUCATION &#x2F; STUDENT ADVANTAGE - LEARN <a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;education" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;education</a> This is home site for ongoing contact&#x2F;training&#x2F;features of Office 365 Education for: • School leaders • Educators • Students • Products • Training &amp; Events • Stories • How to Buy<p><a href="https:&#x2F;&#x2F;products.office.com&#x2F;en-us&#x2F;student&#x2F;office-in-education" rel="nofollow">https:&#x2F;&#x2F;products.office.com&#x2F;en-us&#x2F;student&#x2F;office-in-educatio...</a> - Home Page &#x2F; FAQ Check if you can get Microsoft Office for free by trying out your valid school email address at the Office for Students page. <a href="https:&#x2F;&#x2F;products.office.com&#x2F;en-us&#x2F;academic&#x2F;office-365-education-plan#ProplusQuestion" rel="nofollow">https:&#x2F;&#x2F;products.office.com&#x2F;en-us&#x2F;academic&#x2F;office-365-educat...</a> – Describes the Education plan and how to get it <a href="https:&#x2F;&#x2F;products.office.com&#x2F;en-us&#x2F;academic&#x2F;office-365-education-plan" rel="nofollow">https:&#x2F;&#x2F;products.office.com&#x2F;en-us&#x2F;academic&#x2F;office-365-educat...</a> - Home page
BeetleBover 7 years ago
Org Mode + Beamer (a LaTeX package).<p>Although personally, these days I tend to use Reveal (using org-reveal).
cher14over 7 years ago
Hope you take a look at <a href="https:&#x2F;&#x2F;www.breakdown-notes.com" rel="nofollow">https:&#x2F;&#x2F;www.breakdown-notes.com</a><p>It has a pretty big map (though not infinite) for you to add shapes and text to, has support for adding and editing paths, plenty of tutorials and you can make slides in the paid version (free 2 week trial). Disclaimer: I made Breakdown Notes
vram22over 7 years ago
As others have said in this thread, reveal.js is good. I&#x27;ve used it via slides.com where I put an overview presentation about my xtopdf Python toolkit for PDF generation from other formats:<p><a href="http:&#x2F;&#x2F;slides.com&#x2F;vasudevram&#x2F;xtopdf" rel="nofollow">http:&#x2F;&#x2F;slides.com&#x2F;vasudevram&#x2F;xtopdf</a><p>S5 by Eric Meyer is good too - web-based, uses HTML, CSS and JavaScript:<p><a href="https:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;tools&#x2F;s5&#x2F;" rel="nofollow">https:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;tools&#x2F;s5&#x2F;</a><p>Online S5 intro &#x2F; demo using S5 itself:<p><a href="https:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;tools&#x2F;s5&#x2F;s5-intro.html" rel="nofollow">https:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;tools&#x2F;s5&#x2F;s5-intro.html</a><p>Edit:<p>Sorry, missed seeing your requirements for the tool, not sure if S5 has them, but leaving my comment up since I think S5 is interesting and definitely a presentation tool.
dualityover 7 years ago
Google Slides (<a href="https:&#x2F;&#x2F;slides.google.com" rel="nofollow">https:&#x2F;&#x2F;slides.google.com</a>)
geraldbauerover 7 years ago
I&#x27;ve put together Slide Show (S9) [1] that lets you use plain text with markdown formatting convetions for putting together your slides &#x2F; talks. Incl. a starter tutorial &#x2F; repo. For infinite canvas (prezi-style) you can use the impress.js theme&#x2F;template pack [2], for example. For wysiwig use your (visual) markdown editor of choice :-)<p>[1] <a href="http:&#x2F;&#x2F;slideshow-s9.github.io" rel="nofollow">http:&#x2F;&#x2F;slideshow-s9.github.io</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;slideshow-templates&#x2F;slideshow-impress.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;slideshow-templates&#x2F;slideshow-impress.js</a>
andrepdover 7 years ago
If you&#x27;re familiar with LaTeX, Beamer is an option for scientific&#x2F;math slides.
ron07over 7 years ago
Some more ideas: POWER-USER – EURO 200 (FREE TRIAL) <a href="https:&#x2F;&#x2F;www.powerusersoftwares.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.powerusersoftwares.com&#x2F;</a> With dozens of features, Power-user is the most complete add-in for Microsoft PowerPoint, designed to assist you in every step of the process of creating a presentation. With dozens of features, Power-user is the most complete add-in for Microsoft PowerPoint, designed to assist you in every step of the process of creating a presentation.
burnerOh2125over 7 years ago
Here&#x27;s a radical thought: don&#x27;t use a presentation deck! Hand out a collection of images, printed or via pdf file, give the student a couple of minutes to quickly become familiar with it, then just talk about each of the major figure in the handout. This was my solution to &#x27;powerpoint hell&#x27; when sharing results in grad school, I don&#x27;t know if it really applies to your case (non-expert students), but it may be worth a shot. Hell, its better than reading off slides! Good luck!
dahartover 7 years ago
Lucidchart has a slides&#x2F;presentation mode, along with mind maps, a wysiwig editor, tutorials, and an infinite canvas.<p>(Disclaimer, I used to work there, and helped build the presentation mode.)
jMylesover 7 years ago
I want to suggest that WYSIWYG is a really bad formula for presentations.<p>For my part, I really like Hovercraft (makes impress.js using RST): <a href="https:&#x2F;&#x2F;github.com&#x2F;regebro&#x2F;hovercraft" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;regebro&#x2F;hovercraft</a><p>If all you are looking for out of WYSIWYG is ease, then I think something like this is just as easy.
rnhmjojover 7 years ago
<a href="http:&#x2F;&#x2F;impress.github.io&#x2F;impress.js" rel="nofollow">http:&#x2F;&#x2F;impress.github.io&#x2F;impress.js</a>
评论 #15575798 未加载
评论 #15575508 未加载
评论 #15575578 未加载
atsaloliover 7 years ago
I just started using GitPitch.com which is backed by reveal.js It integrates seemlessly with GitHub, GitLab, etc. Feed it markdown and graphics and it produces beautiful slideshows. The author is incredibly responsive (I just commented on a feature I needed and it was done in &lt; 12 hours and done right). Freakin&#x27; amazing!
1337bizover 7 years ago
I work in Powerpointing and even Prezi is just too obscure for most of our clients. Nobody wants to learn a new tool or download anything just because the new tool has a few silly layout improvements. But if you don&#x27;t need others to work with it, it probably doesn&#x27;t really matter.
wannacry2017over 7 years ago
I recently discovered Vizzlo (<a href="https:&#x2F;&#x2F;vizzlo.com" rel="nofollow">https:&#x2F;&#x2F;vizzlo.com</a>). Those guys are going to develop smart templates for all common concept charts. Pretty fast, pretty slick. Basically, the opposite of Prezi but worth a trial.
eminettoover 7 years ago
Deckset is awesome. Markdown is easy to write and Deckset can export to PDF. It’s my choice nowadays
seltzered_over 7 years ago
<a href="https:&#x2F;&#x2F;infinitekind.com&#x2F;syncspace" rel="nofollow">https:&#x2F;&#x2F;infinitekind.com&#x2F;syncspace</a> is an infinite canvas app, though I’m not sure how well it works for sharing&#x2F;teaching usecases
senkoover 7 years ago
Crosses some reqs (tho doesn&#x27;t have full features object editing), handy if you want interactive presentations <a href="https:&#x2F;&#x2F;awwapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;awwapp.com&#x2F;</a>
f_allweinover 7 years ago
Take a look at <a href="https:&#x2F;&#x2F;www.mindmeister.com" rel="nofollow">https:&#x2F;&#x2F;www.mindmeister.com</a> - it is mainly for mind maps (and is very good at that), but also has a presentation mode.
twoviover 7 years ago
I use Marp, quick and dirty. But it allows for Markdown to PDF presentations.
vfulcoover 7 years ago
Reveal.js used with R&#x27;s version of markdown makes for a really nice setup. Fully contained html if you want, online&#x2F;offline. Lot of support from community and slick features.
jgentover 7 years ago
<a href="https:&#x2F;&#x2F;tiled.co" rel="nofollow">https:&#x2F;&#x2F;tiled.co</a><p>We&#x27;ve built Tiled to be a versatile presentation tool with a focus on interactivity and analytics.
llacb47over 7 years ago
Open source JSON editor: <a href="https:&#x2F;&#x2F;github.com&#x2F;tantaman&#x2F;Strut" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tantaman&#x2F;Strut</a>
gjayakrishnanover 7 years ago
Try Zoho Show. <a href="https:&#x2F;&#x2F;www.zoho.com&#x2F;docs&#x2F;show.html" rel="nofollow">https:&#x2F;&#x2F;www.zoho.com&#x2F;docs&#x2F;show.html</a>
analog31over 7 years ago
A jupyter to power point converter would be huge. I work in a typical organization where power point is expected, but my results come out of jupyter.
orliesaurusover 7 years ago
Can someone care to explain what infinite canvas means
评论 #15575945 未加载
jasonlotitoover 7 years ago
PowerPoint can still replicate a lot of what you are looking for. Look into Morph. Granted, I prefer Keynote and Magic Move for this.
vinchover 7 years ago
You should give a try to Ludus --&gt; <a href="https:&#x2F;&#x2F;ludus.one" rel="nofollow">https:&#x2F;&#x2F;ludus.one</a>
JoBradover 7 years ago
Sway is good. Very different than PowerPoint.<p><a href="https:&#x2F;&#x2F;sway.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sway.com&#x2F;</a>
Dowwieover 7 years ago
just created an awesome repo for presentation libraries as there doesn&#x27;t seem to be one yet: <a href="https:&#x2F;&#x2F;github.com&#x2F;Dowwie&#x2F;awesome-presentation-libs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Dowwie&#x2F;awesome-presentation-libs</a>
kim0over 7 years ago
reveal-md if you like markdown!
nrjamesover 7 years ago
I think you can make presentations with Omnigraffle, which has an infinite canvas.
aquamoover 7 years ago
Emacs org-mode w&#x2F;Beamer or reveal.js export.
probinsoover 7 years ago
beamer, marp
mankash666over 7 years ago
Reveal-MD: write in markdown, compile&#x2F;output a good looking reveal-js HTML presentation.<p>Demo: <a href="https:&#x2F;&#x2F;mankash.bitbucket.io" rel="nofollow">https:&#x2F;&#x2F;mankash.bitbucket.io</a> Reveal-MD source: <a href="https:&#x2F;&#x2F;github.com&#x2F;webpro&#x2F;reveal-md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;webpro&#x2F;reveal-md</a>
Numberwangover 7 years ago
reveal.js wins every time.
评论 #15575426 未加载
评论 #15575572 未加载
评论 #15575627 未加载
评论 #15575786 未加载
评论 #15575594 未加载
评论 #15575618 未加载
评论 #15576962 未加载