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?
-
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?
Comments
Post a Comment