Hi everyone!
I’m currently working on a project that requires adding LaTeX rendering support to the posts Textarea. I was considering using Waterhole and was wondering if it’s feasible to integrate something like KaTeX to parse and render LaTeX expressions directly within the editor.
Has anyone attempted something similar? If so, could you share your approach or any tips? Specifically, I’m looking for guidance on:
- Extending or customizing the Textarea Editor to recognize LaTeX syntax.
- Integrating KaTeX (or similar libraries) for real-time or post-submission rendering.
- Handling edge cases or potential performance concerns.
Any advice, examples, or pointers to relevant documentation would be greatly appreciated!
Thanks in advance for your help!