Opinions about SyncFusion's Rich Text Editor?

I'm relatively new to React and I need a component with a RichTextEditor with HTML code that allows images to be inserted - one that has a not too complicated learning curve (saw someone recommend Slate but they also said it's a livsharettle difficult to grasp). https://omegle.onl/


7 Replies 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team November 30, 2020 10:25 AM UTC

Hi Bhoolbela, 
  
Greetings from Syncfusion support, 
  
We have validated your reporting requirements.  
 
Yes, you can insert images into the Rich Text Editor by simply drag-and-drop, copy/paste, and through UI in the toolbar. Also, you can edit the HTML content and get your valid HTML markup from the Rich Text Editor. Check the below sample and documentation for reference.  
 
 
 
Please get back to us if you face any difficulties, 
 
Regards, 
Indrajith 



NA Naz December 2, 2020 03:47 AM UTC

The rich text editor is the worst performing control in Syncfusion

Formatting is never consistent, try it!


IS Indrajith Srinivasan Syncfusion Team December 2, 2020 11:18 AM UTC

Hi Naz, 
  
We have checked your account details. There was no communication with us about the issues which you have faced. If you faced any issue or inconsistent behavior with formatting the content, kindly bring it to us with details. This will help us address our deficiencies and provide better service. 
  
Regards, 
Indrajith 



AK asim khan June 23, 2021 12:33 PM UTC

I'm relatively new to React and I need a component with a RichTextEditor with HTML code that allows images to be inserted - one that has a not too سياحة اوكرانيا



RK Revanth Krishnan Syncfusion Team June 24, 2021 10:44 AM UTC

Hi Asim, 
 
 
Greetings from Syncfusion support. 
 
 
We have validated your query “I need a component with a Rich Text Editor with HTML code that allows images to be inserted.” 
 
Please check the documentation below to add the Rich Text Editor component in the react application, 
 
Also, please check the below documentation sections of how to allow the image module in the Rich Text Editor to insert the image, 
Also please check the documentation for RTL support in Rich Text Editor, 
 
We have also prepared a sample for your reference, 
 
Please check the below demo sample of the Rich Text Editor, 
 
Please check the above documentation and the samples and let us know if it satisfies your requirement. 
 
Regards, 
Revanth 



AK asim khan June 28, 2021 10:43 AM UTC

I'm relatively new to React and I need a component with a RichTextEditor with HTML code that allows images to be inserted - one that has a not too سياحة اوكرانيا

I'm relatively new to React and I need a component with a RichTextEditor with HTML code that allows images to be inserted - one that has a not too

https://www.asiaheavens.com/%d8%b9%d8%b1%d9%88%d8%b6-%d8%b3%d9%81%d8%b1-%d8%a7%d9%88%d9%83%d8%b1%d8%a7%d9%86%d9%8a%d8%a7/



RK Revanth Krishnan Syncfusion Team June 29, 2021 09:01 AM UTC

Hi Asim, 
 
 
Good day to you. 
 
 
We have validated your query “I need a component with a Rich Text Editor with HTML code that allows images to be inserted”. 
 
Please find the HTML code snippet to render the Rich Text Editor and to insert the image, 
Code Snippet: 
export class Default extends SampleBase { 
    render() { 
        return ( 
            <div className="control-pane"> 
                <div className="control-section" id="rte"> 
                    <div className="rte-control-section"> 
                        <RichTextEditorComponent 
                            id="defaultRTE" 
                            ref={richtexteditor => { 
                                this.rteObj = richtexteditor; 
                            }} 
                        > 
                            . . . 
                            <Inject 
                                services={[HtmlEditor, Toolbar, Image, Link, QuickToolbar]} 
                            /> 
                        </RichTextEditorComponent> 
                    </div> 
                </div> 
            </div> 
        ); 
    } 
} 
 
 
  • Run the above sample, and click the below-highlighted toolbar icon to open the Insert Image dialog
 
 
 
  • Now click the browser button to open the file explorer window, where the images can be selected.
 
 
 
 
  • Once the image is selected, the insert button can be clicked to insert the image in the Rich Text Editor.
  • Also, please refer to the documentation links in the previous update for further reference.
 
If you still facing difficulties please share us with the exact problem/issue you are facing, also please share us with the screenshot or video illustration of your requirement. 
 
Regards, 
Revanth 


Marked as answer
Loader.
Up arrow icon