pagliascii VS djot

Compare pagliascii vs djot and see what are their differences.

pagliascii

Due to reasons I am unable to follow up to this project, see the linked gist if you are interested in taking over the project instead. (by Veykril)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pagliascii djot
2 43
50 1,576
- -
1.8 5.8
over 2 years ago 2 months ago
Rust HTML
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.

pagliascii

Posts with mentions or reviews of pagliascii. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • I wish Asciidoc was more popular
    11 projects | news.ycombinator.com | 6 Feb 2023
    I love AsciiDoc and want to use it more. The main problem is, as noted, that it's hard to get this ruby library into whatever platform you want to deploy to. Consequently it's hard to build tooling based on AsciiDoc.

    I've had a brief play with trying to implement AsciiDoc in Rust (and others have too, see https://github.com/Veykril/pagliascii). I got bored of trying to figure out what the semantics should be by reading the implementation and decided to wait until the upcoming specification effort at https://asciidoc-wg.eclipse.org/ bears fruit, the Zulip seems a bit more active recently

  • Parsers that don't yet exist?
    10 projects | /r/rust | 7 Mar 2022

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-02-21.
  • 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
  • HELP!!! Stuck forever
    1 project | /r/neovim | 21 May 2023
    Are you using markdown? It might make sense to look at 'djot' as well: https://djot.net/; it's a new 'light' markup language conceived as a successor to commonmark; development is led by none other than John McFarlane (author of pandoc, & also led commonmark standardization) Djot makes it really easy to attach arbitrary attributes to block elements as well as inline elements; and the parser records source positions in the output -- all of which makes it really convenient keeping track of elements changing position or value.
  • Is there a way to send data from neovim in real-time to other applications? Want to create a neovim qmk bridge.
    1 project | /r/neovim | 20 May 2023
    I have a simple script that sends a djot buffer (https://github.com/jgm/djot) to the parser, if there's a change, on the CursorHold event.
  • wiki.vim v0.6 is released
    3 projects | /r/neovim | 6 Apr 2023
    Since you mentioned you were considering moving to CommonMark, have you had time to look into Djot (also by jpm)? Djot is meant to be easier to parse, and I'm planning to write a tree-sitter grammar for it.
  • Typst, a modern LaTeX alternative written in Rust, is now open source
    12 projects | /r/rust | 21 Mar 2023
    Another recent development here is https://djot.net/ (by the pandoc author). It indeed thoroughly solves both: