#Input Editor (with Rich Text, Math Equations, Images)

5 messages · Page 1 of 1 (latest)

hollow galleon
#

I'm working on a application with Angular and Flask. I'm currently exploring text editor libraries and I'm keep on hitting paywalls. I'm planning on creating my own editor. Is there any easier way on python to implement it or any freewares to directly use it on angular.

fallen fog
# hollow galleon I'm working on a application with Angular and Flask. I'm currently exploring tex...

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)

hollow galleon
#

I need that to be available in the editor along with images input and rich text.

fallen fog