#Input Editor (with Rich Text, Math Equations, Images)
5 messages · Page 1 of 1 (latest)
You've stumbled onto difficult territory if you plan to create your own. wysiwyg (what you see is what you get) isn't the most straightforward to implement (at least from my smallish experience).
You can try out extending ProseMirror. It's a nice library for this sort of thing. There's also TipTap if you want something more collaborative (they do have pricing but it's mainly for the collaboration and AI features)
I've seen some editor integration that's available but my main concern is with using math input. I want that to be implemented like how you edit math equations on MS Word
I need that to be available in the editor along with images input and rich text.
Don't know of any Word-like equation plugins. TipTap and Prose both have plugins for that but you write the equations in Latex rather than wysiwyg.