25.1.42 • Published 2 days ago

@syncfusion/ej2-react-richtexteditor v25.1.42

Weekly downloads
1,430
License
SEE LICENSE IN li...
Repository
github
Last release
2 days ago

React RichTextEditor Component

The React Rich Text Editor component is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.

Setup

Create a React Application

You can use create-react-app to setup applications. To create React app use the following command.

npx create-react-app my-app --template typescript
cd my-app
npm start

Adding Syncfusion Rich Text Editor package

To install RichTextEditor component and its dependent packages, use the following command.

npm install @syncfusion/ej2-react-richtexteditor --save

Adding CSS references for Rich Text Editor

Add CSS references needed for Rich Text Editor in src/App.css from ../node_modules/@syncfusion package folder.

@import '../../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-icons/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-lists/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css';
@import '../../node_modules/@syncfusion/ej2-richtexteditor/styles/bootstrap5.css';

Add Rich Text Editor Component

In src/App.tsx file, use the following code snippet to render the Syncfusion React Rich Text Editor control and import App.css to apply styles to the richtexteditor:

import { HtmlEditor, Image, Inject, Link, QuickToolbar, RichTextEditorComponent, Toolbar } from '@syncfusion/ej2-react-richtexteditor';
import * as React from 'react';
import './App.css';

function App() {
    return (
            <div className="App">
                <RichTextEditorComponent>
                    <p>The Rich Text Editor component is WYSIWYG ("what you see is what you get") editor that provides the best user experience to create and update the content. Users can format their content using standard toolbar commands.</p>
                    <Inject services={[Toolbar, Image, Link, HtmlEditor, QuickToolbar]} />
                </RichTextEditorComponent>
            </div>
        );
};
export default App;

Supported frameworks

RichTextEditor component is also offered in the following frameworks.

     JavaScript           Angular             Vue           ASP.NET Core    ASP.NET MVC  

Showcase samples

Key features

  • Edit mode - HTML content is possible to edit in a div element or an iframe in the rich text editor.
  • Markdown editor - The rich text editor allows you to edit Markdown content using the Markdown syntax.
  • Markdown content preview - Preview of the modified Markdown content in the editor, you can give users the ability to see what the formatted content will look like before they save it.
  • HTML code editing - The rich text editor allows users to edit the HTML code directly in the HTML code view. This can be useful for users who are familiar with HTML and want to have more control over the formatting and layout of their content.
  • Tools - The rich text editor handles a wide range of features, including inserting images, hyperlinks, tables, formatting tools, and more.
  • Toolbar appearance - The rich text editor can provide a fully customizable toolbar that allows users to access the various formatting and editing options that are available.
  • Undo and redo - Users can use undo and redo actions to reverse or repeat actions they took while editing the content.
  • Module injection - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor.
  • Third-party integration - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like Code-mirror, Embedly and more.

Support

Product support is available through the following mediums.

Changelog

Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.

License and copyright

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ React UI components, you can purchase or start a free 30-day trial.

A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

See LICENSE FILE for more info.

© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

25.1.42

2 days ago

25.1.41

9 days ago

25.1.40

16 days ago

25.1.39

23 days ago

25.1.38

1 month ago

25.1.37

1 month ago

25.1.35

2 months ago

24.2.9

2 months ago

24.2.8

2 months ago

24.2.7

2 months ago

24.2.4

3 months ago

24.2.3

3 months ago

24.1.47

3 months ago

24.1.46

4 months ago

24.1.45

4 months ago

24.1.43

4 months ago

24.1.41

5 months ago

23.2.6

5 months ago

23.2.5

5 months ago

23.2.7

5 months ago

22.2.9

9 months ago

22.2.5

9 months ago

22.1.38

10 months ago

22.1.39

10 months ago

22.2.12

8 months ago

22.2.10

8 months ago

23.2.4

5 months ago

23.1.40

7 months ago

23.1.41

7 months ago

23.1.44

6 months ago

23.1.43

6 months ago

23.1.36

8 months ago

23.1.39

7 months ago

22.1.36

10 months ago

21.1.36

10 months ago

21.1.42

10 months ago

21.2.9

11 months ago

22.1.34

11 months ago

21.2.10

11 months ago

21.2.8

11 months ago

21.2.4

12 months ago

21.2.3

12 months ago

21.2.6

11 months ago

21.2.5

12 months ago

20.4.53

1 year ago

21.1.35

1 year ago

21.1.39

1 year ago

21.1.37

1 year ago

21.1.41

1 year ago

20.4.52

1 year ago

20.4.51

1 year ago

20.4.50

1 year ago

20.4.49

1 year ago

20.4.48

1 year ago

20.4.44

1 year ago

20.4.43

1 year ago

20.4.42

1 year ago

20.4.40

1 year ago

20.4.38

1 year ago

20.3.61

1 year ago

20.3.60

1 year ago

20.3.59

1 year ago

20.3.56

1 year ago

20.3.50

2 years ago

20.2.50

2 years ago

20.3.47

2 years ago

18.4.42-70943

2 years ago

20.2.46

2 years ago

20.2.49

2 years ago

20.2.45

2 years ago

20.1.60

2 years ago

20.1.61

2 years ago

20.2.36

2 years ago

20.2.38

2 years ago

20.2.39

2 years ago

20.2.40

2 years ago

20.2.43

2 years ago

20.2.44

2 years ago

20.1.52

2 years ago

20.1.55

2 years ago

20.1.56

2 years ago

20.1.57

2 years ago

20.1.58

2 years ago

20.1.59

2 years ago

20.1.47

2 years ago

20.1.48

2 years ago

20.1.50

2 years ago

20.1.51

2 years ago

19.4.56

2 years ago

19.4.54

2 years ago

19.4.55

2 years ago

19.4.47

2 years ago

19.4.48

2 years ago

19.4.50

2 years ago

19.4.52

2 years ago

19.4.53

2 years ago

19.3.53

2 years ago

19.3.57

2 years ago

19.3.55

2 years ago

19.4.38

2 years ago

19.4.40

2 years ago

19.3.47

3 years ago

19.3.45

3 years ago

19.3.46

3 years ago

19.3.44

3 years ago

19.3.43

3 years ago

19.2.62

3 years ago

19.2.60

3 years ago

19.2.59

3 years ago

19.2.57

3 years ago

19.2.56

3 years ago

19.2.55

3 years ago

19.2.51

3 years ago

19.2.49

3 years ago

19.2.48

3 years ago

19.2.47

3 years ago

19.2.46

3 years ago

19.2.44

3 years ago

19.1.69

3 years ago

19.1.67

3 years ago

19.1.66

3 years ago

19.1.65

3 years ago

19.1.64

3 years ago

19.1.63

3 years ago

19.1.59

3 years ago

19.1.57

3 years ago

19.1.56

3 years ago

19.1.55

3 years ago

19.1.54

3 years ago

18.4.49

3 years ago

18.4.48

3 years ago

18.4.47

3 years ago

18.4.46

3 years ago

18.4.44

3 years ago

18.4.42

3 years ago

18.4.39

3 years ago

18.4.35

3 years ago

17.2.55-1205479

3 years ago

18.4.34

3 years ago

18.4.33

3 years ago

18.4.32

3 years ago

18.4.30

3 years ago

18.3.52

3 years ago

17.2.52-1205479

3 years ago

18.3.50

3 years ago

18.3.48

3 years ago

18.3.47

3 years ago

18.3.44

4 years ago

18.3.42

4 years ago

18.3.40

4 years ago

18.3.35

4 years ago

18.2.56

4 years ago

18.2.55

4 years ago

18.2.54

4 years ago

18.2.48

4 years ago

18.2.46

4 years ago

18.2.45

4 years ago

18.2.44

4 years ago

18.1.57

4 years ago

18.1.54

4 years ago

18.1.53

4 years ago

18.1.52

4 years ago

18.1.48

4 years ago

18.1.45

4 years ago

18.1.44

4 years ago

18.1.43

4 years ago

18.1.42

4 years ago

18.1.36-beta

4 years ago

17.4.55

4 years ago

17.4.51

4 years ago

17.4.49

4 years ago

17.4.48

4 years ago

17.4.47

4 years ago

17.4.46

4 years ago

17.4.44

4 years ago

17.4.43

4 years ago

17.4.40

4 years ago

17.4.39

4 years ago

17.3.29

4 years ago

17.3.28

4 years ago

17.3.27

4 years ago

17.3.26

4 years ago

17.3.19

5 years ago

17.3.16

5 years ago

17.3.14

5 years ago

17.3.9-beta

5 years ago

17.2.52

5 years ago

17.2.51

5 years ago

17.2.49

5 years ago

17.2.48-beta

5 years ago

17.2.29-beta

5 years ago

17.2.47

5 years ago

17.2.46

5 years ago

17.2.41

5 years ago

17.2.39

5 years ago

17.2.36

5 years ago

17.2.35

5 years ago

17.2.34

5 years ago

17.2.28-beta

5 years ago

17.1.49

5 years ago

17.1.48

5 years ago

17.1.47

5 years ago

17.1.43

5 years ago

17.1.42

5 years ago

17.1.40

5 years ago

17.1.38

5 years ago

17.1.32-beta

5 years ago

16.4.55

5 years ago

16.4.54

5 years ago

16.4.53

5 years ago

16.4.52

5 years ago

17.1.1-beta

5 years ago

16.4.48

5 years ago

16.4.47

5 years ago

16.4.46

5 years ago

16.4.44

5 years ago

16.4.42

5 years ago

16.4.40-beta

5 years ago

16.3.34

5 years ago

16.3.33

5 years ago

16.3.30

6 years ago

16.3.29

6 years ago

16.3.27

6 years ago

16.3.24

6 years ago

16.3.22

6 years ago

16.3.21

6 years ago

16.3.17

6 years ago

16.2.52

6 years ago

16.2.51

6 years ago

16.2.50

6 years ago

16.2.49

6 years ago

16.2.48

6 years ago

16.2.47

6 years ago

16.2.46

6 years ago

16.2.45

6 years ago

16.2.44

6 years ago

16.2.41

6 years ago