typst VS djot

Compare typst vs djot and see what are their differences.

typst

A new markup-based typesetting system that is powerful and easy to learn. (by typst)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
typst djot
135 49
36,684 1,754
3.3% -
9.8 5.3
5 days ago about 1 month ago
Rust Emacs Lisp
Apache License 2.0 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.

typst

Posts with mentions or reviews of typst. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-07.
  • Laid Off in My Career, and Twice in One Year
    2 projects | news.ycombinator.com | 7 Jan 2025
    I may be a tad late, but typst does have a compiler you can use locally with your favorite local text editor.

    https://github.com/typst/typst/releases

  • MdBook – a command line tool to create books with Markdown
    11 projects | news.ycombinator.com | 10 Nov 2024
    I am happily experimenting with Typst right now (https://typst.app/ ), which compiles much faster than LaTeX and with a syntax very similar to md, together with nice support for math, figures and advanced settings.
  • You too can write a book
    2 projects | news.ycombinator.com | 9 Nov 2024
    Check out [typest](https://typst.app/) if you're looking to write a book yourself.

    [Hypermedia Systems book](https://hypermedia.systems/) was written with it.

  • Exploring Typst, a new typesetting system similar to LaTeX
    12 projects | news.ycombinator.com | 12 Oct 2024
    This [issue](https://github.com/typst/typst/issues/4224) and others like it are dealbreakers for me. There are numerous related issues, but the developers are stubbornly sticking to their interpretation—using the older definition of leading from the days of metal type, rather than the more modern concept of line-spacing. No other software or modern typesetting system I know of uses this approach anymore. This is particularly frustrating since I work with a lot of multilingual text, including Arabic, and it's very difficult to align the baselines when setting text in more than one column.
  • Quarkdown: Markdown with Superpowers
    4 projects | news.ycombinator.com | 22 Aug 2024
    - Long-form, print-friendly report generation, including data visualization, tables and images

    [0] https://github.com/typst/typst

  • Show HN: Srcbook – A TypeScript notebook for rapid prototyping
    7 projects | news.ycombinator.com | 19 Aug 2024
    I somehow didn't know about https://github.com/typst/typst. This is a really cool project, going to dig in further.

    At first glance, this seems particularly useful for scientific-style notebooks, which aren't our primary focus. If the demand is there though, I don't see why we couldn't integrate.

  • Blitz: A lightweight, modular, extensible web renderer
    9 projects | news.ycombinator.com | 11 Aug 2024
    It's kinda early, but we're looking at collaborating with https://typst.app/ (a modern LaTeX alternative) on this. They already have some of the low-level PDF writing infrastructure in place, and are working on something higher-level that we're hoping to use.

    (you could also look at using Typst directly if you're not tied to HTML)

  • Introduction to Haskell Diagrams
    3 projects | dev.to | 9 Aug 2024
    I think that I need something in between. Recently, I was checking typst. It is quite impressive. But I am not sure if I need a better LaTeX.
  • Why I Prefer RST to Markdown
    19 projects | news.ycombinator.com | 31 Jul 2024
    I think the previous author is confused because if you google "Typst", you end up at https://typst.app, which seems to only advertise the web GUI and not the open-source CLI tool.
  • What TeX Gets Right
    1 project | news.ycombinator.com | 20 Jul 2024
    > Now, it’s certainly possible that one could develop a new, generative typesetting language that captures the virtues that I’ve discussed above and is free of TeX’s historical baggage.

    Like [typst](https://github.com/typst/typst)?

djot

Posts with mentions or reviews of djot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-22.
  • Djot: Markup Language
    1 project | news.ycombinator.com | 31 Dec 2024
  • Djockey, a Djot-based documentation system
    1 project | news.ycombinator.com | 27 Aug 2024
  • Quarkdown: Markdown with Superpowers
    4 projects | news.ycombinator.com | 22 Aug 2024
    https://github.com/jgm/djot#rationale

    TLDR: single pass, multiple (identical) implementations on different platforms, HTML is not an implicit target, uniform syntax (including attribute syntax)

  • Why I Prefer RST to Markdown
    19 projects | news.ycombinator.com | 31 Jul 2024
    Yeah a nice Rust or Go-based implementation of Asciidoc would be fantastic. Having to deal with Ruby and Gems is not fun.

    That's a mountain of work though and even if there is a spec, at this point it's complex enough and the Ruby implementation is enough of a de facto spec that I'm doubtful you'll ever make it past "this behaves differently to Asciidoctor" territory.

    Btw a more recent alternative is https://github.com/jgm/djot which actually does have multiple implementations and looks like a way better option than Markdown, but maybe not as powerful as Asciidoctor still. I haven't tried it.

  • LaTeX and Neovim for technical note-taking
    10 projects | news.ycombinator.com | 21 Feb 2024
    I know this doesn't solve your problem directly, but I recommend people to try out Djot[0], a markup language from the author of CommonMark.

    Djot has a single well-defined spec, and most of the basic formatting has the same syntax as (a) Markdown, so switching is pretty painless. It has as a main goal to be legible and visually aesthetic as-is, just like Markdown.

    What Djot adds is its _predictability_. Nested formatting, precedence order, line breaks behavior, nested blocks, mixed inline and block formatting, custom attributes are all laid out precisely in the spec in a thought-out manner. Till this day I still can't remember how to put line break within a list item in Markdown (and I'm sure there're more than one way).

    [0]: https://djot.net/

  • Pandoc 3.1.12 Released
    1 project | news.ycombinator.com | 16 Feb 2024
  • Pandoc
    17 projects | news.ycombinator.com | 28 Jan 2024
    Worth noting that the author has also created a markup language, djot.

    https://github.com/jgm/djot

  • Augmenting the Markdown Language for Great Python Graphical Interfaces
    2 projects | news.ycombinator.com | 21 Jan 2024
    Every time I see people doing something with Markdown, I wish they just replace it with support for Djot[0] instead. It is a Markdown alternative by the creator of Pandoc and CommonMark that fixes all of the most egregious mistakes, while being legible and visually pleasant as-is. It is also syntactically similar to Markdown, which should ease adoption.

    [0] https://github.com/jgm/djot

  • Djot is a light markup syntax
    3 projects | news.ycombinator.com | 1 Jul 2023
  • Beyond Markdown
    2 projects | news.ycombinator.com | 1 Jul 2023

What are some alternatives?

When comparing typst and djot you can also consider the following projects:

asciidoctor-latex - :triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX

Zato - ESB, SOA, REST, APIs and Cloud Integrations in Python

typst-lsp - [Deprecated] An early language server for Typst, plus a VS Code extension

scroll - Scroll is a language for scientists of all ages. Scroll includes a command line app that builds static blogs, websites, CSVs, text files, and more.

typst.nvim - WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim.

hayagriva - Rusty bibliography management.

json-resume-template - JSON-based standard for resume

pdfsyntax - A Python library to inspect and modify the internal structure of a PDF file

KeenWrite - Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.

PyMuPDF - PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

tree-sitter-typst - A TreeSitter parser for the Typst File Format

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Rust is
the 5th most popular programming language
based on number of references?