careteditor / issues

Caret issues
https://caret.io
327 stars 12 forks source link

Do you plan to support AsciiMath? #904

Open sebi5361 opened 3 years ago

sebi5361 commented 3 years ago

AsciiMath

Do you plan to support AsciiMath formula input?

Inline AsciiMath Example: `@(1/2[1-(1/2)^n])/(1-(1/2))=s_n@`

AsciiMath Documentation

astoilkov commented 3 years ago

We support LaTeX using KaTeX. You can use it like this:

$$
(1/2[1-(1/2)^n])/(1-(1/2))=s_n
$$

and it will render like this: image

sebi5361 commented 3 years ago

Neat! What about AsciiMath?

astoilkov commented 3 years ago

AsciiMath is not on our radar for now. You are the first to request this. I am leaving this issue open so people can vote here.

angyan commented 3 years ago

I just found out about asciimath. I take a lot of math notes using Latex on roamresearch.com. I tried it out for a simple equation (t-statistic) and it was definitely more enjoyable than Latex.

I'd love it.