asciidoctor-web-pdf VS reveal-md

Compare asciidoctor-web-pdf vs reveal-md and see what are their differences.

asciidoctor-web-pdf

Convert AsciiDoc documents to PDF using web technologies (by ggrossetie)

reveal-md

reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file (by webpro)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
asciidoctor-web-pdf reveal-md
9 5
433 3,551
- -
0.0 7.9
7 days ago 7 days ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

asciidoctor-web-pdf

Posts with mentions or reviews of asciidoctor-web-pdf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-03.
  • CSS for Printing to Paper
    15 projects | news.ycombinator.com | 3 Mar 2024
    I've been test-driving the web pdf build tool for Asciidoc, asciidoctor-web-pdf[1], for a few years, which uses Paged.js as the template engine before CSS PMM has its go. I like it - I like it a LOT[2] - but Puppeteer-Chrome bugs breaks the build on the regular, or requires a rework of templates. So the web-pdf team started just releasing docker images that include a tested Chromium version (among other things), so as to keep that from being such a PITA. Which is fine. Howaaaayyyyyyyver . . that shines a spotlight on a problem with this workflow: the dependency on browser rendering kit.

    [1] https://github.com/ggrossetie/asciidoctor-web-pdf

  • Writerside – a new technical writing environment from JetBrains
    3 projects | news.ycombinator.com | 23 Oct 2023
    https://github.com/ggrossetie/asciidoctor-web-pdf

    I encourage everyone to take a look at the documentation; this is the markup language I now use for all my personal and professional projects.

  • HTML, CSS, JAVASCRIPT?
    1 project | /r/technicalwriting | 7 Aug 2023
    https://github.com/ggrossetie/asciidoctor-web-pdf (this is an implementation of Paged.js +CSS for the Asciidoc markup language, as an alternative to asciidoctor-pdf [Ruby/Prawn] or asciidoctor-fopub [Docbook-XSL].)
  • MkDocs vs Confluence
    1 project | /r/technicalwriting | 10 Jul 2023
    We're currently ironing out the bugs for parallel AsciiDoc > PDF generation for downloadable/offline versions anyway, so once that's sorted we can use those for review again. Much as I hated writing book-style PDF help docs, Acrobat's commenting/review features are actually pretty hard to replace.
  • Why isn't there a free tier of MadCap Flare for sample projects or self learning?
    1 project | /r/technicalwriting | 26 Jan 2023
    Asciidoctor-web-pdf https://github.com/Mogztter/asciidoctor-web-pdf for web-based PDF with Paged.JS and CSS.
  • Will knowing AsciiDoc be a resume booster?
    1 project | /r/technicalwriting | 5 Jan 2023
    You'll get extremely consistent output from Asciidoc, but I'm not gonna lie: customizing format is going to be a learning curve no matter what compared to MSO. Tweaking either 1) asciidoctor-pdf's yaml themes, 2) docbook-xsl overrides, or 3) asciidoctor-web-pdf's CSS and JS (via Paged.js Paged Media Module implementation). And if your parent org uses Office365 up and down the chain, Word publishing can be automated . . fairly well. You'll still get some surprises, but it's Word. It's the lingua franca for a reason.
  • help creating reusable content system from scratch?
    1 project | /r/technicalwriting | 28 Sep 2022
    How you turn including files into deliverables, there's a few paths, but HTML is the "natural" output, and PDF can be made with a few different tools depending on what the output format is required to look like. DocBook-XSL is a more complex but configurable processor, while the Ruby-based asciidoctor-pdf is the easier, more Honda-like option. I'm pretty fond of the "web-pdf" method (https://github.com/Mogztter/asciidoctor-web-pdf) which uses Paged.js and CSS to style the print document, but your mileage may vary depending on your CSS comfort level.
  • Beautiful PDFs from HTML
    13 projects | news.ycombinator.com | 4 Apr 2021
    Asciidoctor has a web PDF tool that just went alpha a little bit ago, uses the same stack as the OP's thingie.

    https://github.com/Mogztter/asciidoctor-web-pdf

    The content handoff goes like this: Asciidoc (using defined roles) generates HTML5 (Pagedjs polyfills page areas / pagination stuff), CSS styles stuff, and Puppeteer runs a headless Chromium for the pdf render. It's straight from CSS GCPM W3C spec, a flavor of CSS Paged Media, drafts that have been percolating since frickin' 2006 but have never seen browser implementation.

  • A tool to create slides using Markdown easily for you
    9 projects | news.ycombinator.com | 4 Feb 2021

reveal-md

Posts with mentions or reviews of reveal-md. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Ask HN: Devs, which software do you use for your Presentations?
    4 projects | news.ycombinator.com | 6 Sep 2022
    Really depends on the audience/situation, but generally I would say don’t worry about transitions and appearance and focus instead on the flow of your presentation. To demo the features, just demo the features and let the software speak for itself. When I do a software demo I either eliminate slides entirely or do a really short slideshow (2 or 3 slides only) and then just jump into the software from there. I have done hundreds of software demos at this point and this is by far the best way I have found.

    That said, to your actual questions I have done great presentations using Powerpoint but generally those are rare. I don’t think that Keynote is substantially different tbh so just pick what you have. I haveused them both and they seem much of a muchness. Googles presentation thing is kind of terrible because it just makes it really hard to keep a consistent set of fonts and sizes. I find it constantly just deciding to make text really small for no reason if I cut and paste.

    I once had to do a round of multiple deep-dives into a complex model to a mathematical/quantitative audience. For that I used jupyter notebooks and reveal.js. This was great because if I had to field questions I could just jump straight to code, make changes, rerun and show the effect. It also meant showing beautiful code as well as equations just worked and didn’t require the sort of hideous messing around that say Powerpoint would.

    I’ve used reveal-md often for internal talks and it’s been very effective with very little effort put into slide appearance - Just one css file to tweak and then write everything in markdown. https://github.com/webpro/reveal-md . It has a nice system for altering the slide ordering (you can go up/down as well as left/right) so it’s good for taking quick detours or going in-depth about a topic if you want to.

  • Help with GitHub Pages to turn a repository into a presentation website
    4 projects | /r/github | 14 Oct 2021
    If you're interested, I recently made a [presentation](https://saforem2.github.io/l2hmc_talk_ect2021/#/) using my `username.github.io` with [reveal.js](https://revealjs.com/) and [reveal-md](https://github.com/webpro/reveal-md).
  • Github pages template project to quickly create and host beautiful markdown based slides for free
    4 projects | /r/github | 3 Jun 2021
    I've used reveal-md for a couple slide decks, this looks pretty handy for hosting/building.
  • Hello
    1 project | /r/Unexpected | 16 Apr 2021
    Markdown is great, my personal favourite application is in reveal-md
  • A tool to create slides using Markdown easily for you
    9 projects | news.ycombinator.com | 4 Feb 2021
    I've been using this: https://github.com/webpro/reveal-md

    which is only markdown on top of reveal.js, quite cool

What are some alternatives?

When comparing asciidoctor-web-pdf and reveal-md you can also consider the following projects:

ReLaXed - Create PDF documents using web technologies

gist-reveal - Render gist markdown URL using reveal.js

MathJax - Beautiful and accessible math in all browsers

markdownslides - A "markdown-first" approach for generating beautiful browser-based slides easily. Based on Reveal.js and Reveal-Jekyll.

markdeep-thesis - Write your (under)graduate thesis with Markdeep and typeset it right in your browser.

reveal-jekyll - Online presentation for GitHub Pages and Jekyll in Markdown using reveal.js with a Solarized Color Theme

Code-Server - VS Code in the browser

fusuma - ✍️ Fusuma makes slides with Markdown easily.

pdf - Tutorial on paged.js

WeasyPrint - The awesome document factory

reveal.js - The HTML Presentation Framework