• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2023

help-circle

  • Well, I’m biased because KaTeX is load bearing to my use case. But I would argue that it:

    • Is more powerful
    • Is an introduction to LaTeX (which is an industry standard)
    • It’s ubiquitous

    You could consider using mathjax instead of KaTeX which should render both latex math and asciimath, (and should be better in general). If you had unlimited resources (which I guess you don’t) it would be cool if you made the math language into a setting.

    For git, other than the add and commit buttons, it would be useful to have a “git gutter” which shows changes from the last commit. Which is the only git integration feature that you can’t get away with external tools.

    For spell checking, even just pulling in some dictionary, like the ones in vscode’s cspell extension and having a basic dictionary check is much better than nothing.