How to change comment input box to rich text edit box

Hi! I want to change the comment input box to WYSIWYG editor.How to configure it or custom develop?
Like this:
image

Hello! Any one help me? :rofl:

Hi, I think you’ll need to modify the commentsinline.vm file from the templates or override it in your custom skin. And replace the standard textarea with the WYSIWYG editor. See the WYSIWYG documentation for how to use its widget.

Oh! I will take a try later .
Thanks !

Hello, I have read the WYSIWYG documents, and I have found only some useful information, as shown below, but I have not found these files.So I still don’t know about replacing the standard textarea with the WYSIWYG editor, can you provide some more detailed information?Thank you very much.
image

Search your xwiki install filesystem for commentsinline.vm. Making changes there requires to be a developer or a quite advanced user. If that’s not your profile then you should consider that the feature doesn’t exist :wink: Or ask someone to do it for you (see https://www.xwiki.org/xwiki/bin/view/Main/Support#HProfessionalSupport).

Hope it helps

Thanks, I’ll try again:blush: