Posted 12 September 2022, 2:23 am EST
I’m developing a note taking application which will support rich text, markdown and HTML. I’m looking for the editor component which can provide me the functionality like Microsoft word editor. For example, the user should able to create the headings, lists, tables, links etc. I know, RichEditBox provides some of these functionalities, but it doesn’t support headings, tables etc. Any suggestions please? I searched a lot, but couldn’t find such component. (I need the same functionality as Microsoft word where we can create headings etc. Obviously I’m not looking all of the Word features such as spell check and many more, I just need the editor functionality).