Results 76 comments of Caleb John

Just to add another data point to this, I've run into the same error with the latest demo ([redbean-demo-2.0.8.com](https://redbean.dev/redbean-demo-2.0.8.com)). I can also trace the problem to my `/etc/hosts` file, which...

I'll leave this feature request up because I'm not against it's addition, but I won't be adding it myself because there are a couple of easy workarounds. The biggest one...

Agreed! Which is why it's on the [Todo list](https://github.com/CalebJohn/joplin-math-mode#todo). If you need a quick fix, you can take a look at [this PR](https://github.com/CalebJohn/joplin-math-mode/pull/14) that implements rendering. Unfortunately, it doesn't support...

That might be a configuration option that I'll add. But I just mean in general any of the options in the settings menu. Precision, and format are examples user configuration....

@xtulnx thanks for the pull request. I haven't forgotten it but i won't be able to review it for at least a couple more days. I'm excited about the changes...

Hi @xtulnx I've looked over your changes again and I'm really impressed! It looks awesome. I do have some changes I would like to make before merging this. Do you...

Thanks! Yes, I do plan on adding katex rendering. The current plan is to include the Joplin renderer in the plugin, and use it to render images, tables, katex and...

@SeptemberHX it can be rendered the same as an image. My holdup is that i want to support all Joplin special forms (mermaid, katex, etc.) without doing each individually. Ideally...

I think you can render to an image and display that instead. It should perform better.

It looks like you might be able to use a generic tool like [html2canvas](https://github.com/niklasvh/html2canvas) for this. Although that specific one is in a beta state.