I know RTE is deprecated but I really need LaTeX support for my editor. So far I have only been able to set it up when I use React-Quill manually but not for Mantine RTE and it seems TipTap does not have an extension for it either.
Hence, right now I seem to have only two main options:
- Add KaTeX into RTE: the "formula" button should appear in the toolbar
- Implement RTE's image handler myself: unsuccessful as it's challenging to get the file inputs and upload to my image database and somehow replace the base64 image input to the url resolved after the upload, so if someone can help on this it would be great as well!
- Maybe TipTap can somehow support KaTeX?