iommi VS djot

Compare iommi vs djot and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
iommi djot
3 43
628 1,580
0.8% -
9.1 5.8
15 days ago 2 months ago
Python HTML
BSD 3-clause "New" or "Revised" 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.

iommi

Posts with mentions or reviews of iommi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • Building a full Django project, starting with a single file
    8 projects | news.ycombinator.com | 23 Apr 2024
    It's not really tied to manage.py no. And in any case that's a trivial 3 lines of code (plus imports, blank lines: https://github.com/iommirocks/iommi/blob/master/examples/man...).

    I think you're overdramatizing 3 lines of code...

  • Beyond OpenAPI
    12 projects | news.ycombinator.com | 11 Sep 2023
    It's all about the tooling. I wrote my own for iommi where the html output of some code gets saved in a defined place, and then the finished documentation page embeds that html in an iframe. It's not only WAY WAY easier to maintain than a bunch of screenshots, but I found a ton of issues with the documentation after I made it so it runs all the examples and I can look at the output.

    example: https://docs.iommi.rocks/en/latest/cookbook_forms.html

    corresponding documentation/tests: https://github.com/iommirocks/iommi/blob/master/docs/test_do...

    my evil hack to get this working: https://github.com/iommirocks/iommi/blob/master/make_doc_rst... and https://github.com/iommirocks/iommi/blob/master/iommi/docs.p...

  • Markdown, Asciidoc, or reStructuredText – a tale of docs-as-code
    10 projects | news.ycombinator.com | 4 Nov 2022
    is generated from this pytest source: https://github.com/TriOptima/iommi/blob/master/docs/test_doc...

    Is that how rust documentation works?

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:

What are some alternatives?

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

diataxis-documentation-framework - A systematic approach to creating better documentation.

typst - A new markup-based typesetting system that is powerful and easy to learn.

katt - KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.

mdBook - Create book from markdown files. Like Gitbook but implemented in Rust

pytest-doctestplus - Pytest plugin providing advanced doctest features

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

notebook

scroll - Tools for thought. An extensible alternative to Markdown.

eleventy-plugin-asciidoc - Eleventy plugin to add support for AsciiDoc.

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

httpyac - Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT

pdfquery - A fast and friendly PDF scraping library.