math-ml VS dogx

Compare math-ml vs dogx and see what are their differences.

math-ml

MathML implementation using custom elements (by pshihn)

dogx

Documentation Generator X (by W4RH4WK)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
math-ml dogx
2 2
78 2
- -
0.0 0.0
over 1 year ago over 4 years ago
TypeScript HTML
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.

math-ml

Posts with mentions or reviews of math-ml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-04.
  • MathML Core is now supported in Chrome
    1 project | news.ycombinator.com | 10 Jan 2023
    I implemented MathML as web components a few years ago as a work around. It wasn't super hard, but a native implementation provides so much better accessibility (and, likely, perf) https://github.com/pshihn/math-ml
  • Convert latex notation to ready to be embedded Markdown
    7 projects | news.ycombinator.com | 4 Dec 2021
    Unfortunately there is no common in-browser Math rendering and as the referenced article points out, pictures of equations are not the solution [2]. A common mathematics rendering format is desperately needed but nobody really seems motivated to solve it.

    My approach is to use MathML that is rendered natively by Firefox and use JS to render in other browsers [3]. MathJax is way too heavy the last time I checked (growing towards 1MB) [4]. Instead I use math-ml, a JS library that is somewhat complete/abandoned but mostly works in about 80kB [5].

    My rational for supporting Firefox's approach is that it's the browser I use, MathML is supported by W3C [6], MathML is supported by pandoc and there is a lightweight workaround for other browsers.

    [1] https://pandoc.org/

    [2] https://danilafe.com/blog/math_rendering_is_wrong/

    [3] https://coffeespace.org.uk/projects/mathml-render.html

    [4] https://www.mathjax.org/

    [5] https://github.com/pshihn/math-ml

    [6] http://www.w3.org/1998/Math/MathML

dogx

Posts with mentions or reviews of dogx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-04.
  • Convert latex notation to ready to be embedded Markdown
    7 projects | news.ycombinator.com | 4 Dec 2021
    As an alternative, something that I've put together in the past for personal notes / documents. It also covers LaTeX (and TIKZ) inside Markdown and leverages Pandoc.

    https://github.com/W4RH4WK/Dogx

    It contains a Pandoc filter that pulls out the LaTeX code, generates an SVG that gets embedded into the resulting HTML document.

  • Show HN: Pandoc Markdown CSS Theme
    4 projects | news.ycombinator.com | 27 Jun 2021
    I've created a similar template in the past for my university stuff. You might want to check it out, maybe there are some things you can reuse for your own purpose.

    https://github.com/W4RH4WK/dogx

What are some alternatives?

When comparing math-ml and dogx you can also consider the following projects:

pandoc - Universal markup converter

tex2svg

markdown-themeable-pdf - ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)

texme - Self-rendering Markdown + LaTeX documents

MathJax - Beautiful and accessible math in all browsers