2022-09-16

How to implement a rich text editor using angular typescript?

How can I build a customized rich text editor similar to what we have for stackoverflow? sample expample

  • I tried CkEditor but it had some dependencies which I was unable to resolve. Also, it is best suited for React apps.

  • I also tried quill editor, it works but when I save the text having bullet/numbered list (nested lists), it doesn't save it properly.

Any other approach which I can try or any modifications suggested for Quill nested list?



No comments:

Post a Comment