ronkok / Temml

TeX-to-MathML conversion library in JavaScript
https://temml.org/
MIT License
125 stars 11 forks source link

Publish markdown-it plugin (and vscode preview extension) #1

Open universemaster opened 2 years ago

universemaster commented 2 years ago

Will you be publishing a Temml markdown-it plugin? https://www.npmjs.com/search?q=keywords:markdown-it-plugin

I currently use the katex plugin that vscode natively uses - https://github.com/mjbvz/markdown-it-katex .

But, when chrome properly supports mathml, I suspect I'll move to Temml.

On a similar note, do you have any interest in publishing a vscode preview extension? https://code.visualstudio.com/api/extension-guides/markdown-extension#adding-support-for-new-syntax-with-markdownit-plugins

ronkok commented 2 years ago

Will you be publishing a Temml […] plugin?

Probably not, and certainly not anytime soon. I already have enough on my plate without taking on more packages to maintain.

If any such plugin would require modification to Temml itself, I would stand by to help. Those plugins would be extremely valuable.

universemaster commented 2 years ago

Unfortunately, I feel the same way: that the plugins would be valuable, but am reluctant to take on the workload.

Maybe if someone from the community reads this, they may want to take it on?

traeblain commented 2 months ago

@universemaster Attempted a markdown-it plugin, and appears to work. I have a need for it that I'm exploring so hopefully should be able to keep it updated although based on the KaTeX plugin, it really doesn't need to be touched much. It works for my usage, hopefully it works for yours:

https://github.com/traeblain/markdown-it-temml