Mathup: Easy MathML authoring tool with a quick to write syntax
1–10 of 38 posts
Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#2Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#3Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#4I like this. It addresses a need for quickly writing math expressions with an intuitive syntax. I don’t have to write math expressions often enough to remember the more complex formatting from more powerful packages; and when I do use mathematical expressions, they are usually fairly simple. This will fill that niche.
Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#5you know what we need even less than another json alternative? another math-language alternative. more so than any other formal(ish) language, a representation (for math) benefits from network effects (because math is both older and broader than any/every other such language).
This space is pretty dominated by LaTeX whom almost all professionals use, but is pretty verbose and not exactly easy to use for beginners (or even non-frequent users). Other than LaTeX we have Office Math, which is a GUI, and AsciiMath. This tool is a dialect of AsciiMath[1] and builds on top of that. If you know AsciiMath, you know this. There is also UnicodeMathML[2], but that has another goal than this or AsciiMath, where the focus is on readability of authored expressions, rather than writability here.
Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#6mathup's tiny, clean API makes it easy to integrate the project in all sorts of processing workflows, both in-browser and scripting.
Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#7I absolutely love this project - for years I'd been using a homegrown s-exp to MathML translator, but your project is both more intuitive and capable. mathup's tiny, clean API makes it easy to integrate the project in all sorts of processing workflows, both in-browser and scripting.
Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#8It's a great way to take content that's actually pretty humanly readable in the HTML, and translate it to an even better rendered format in the UI. It's good for progressive enhancement and framework support at the same time.
Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#9Re: Mathup: Easy MathML authoring tool with a quick to write syntax
#10I love that this publishes the web component. It's a great way to take content that's actually pretty humanly readable in the HTML, and translate it to an even better rendered format in the UI. It's good for progressive enhancement and framework support at the same time.
1: https://github.com/runarberg/markdown-it-mathblock