Skip to content

Commit 1493015

Browse files
HTML Editor: add AI-powered Text Editing demo description (DevExpress#30080)
1 parent 2e97e69 commit 1493015

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed
Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
In our upcoming major release (v25.1) we will incorporate AI-powered text editing into the DevExtreme HTML Editor.
1+
HTML Editor offers AI-powered text editing. To enable this feature, follow these steps:
2+
3+
1. Link the HTML Editor to an AI service through the aiIntegration option.
4+
2. Specify the "ai" toolbar item in the toolbar configuration.
5+
26
<!--split-->
3-
Users will be able to apply actions to selected content (such as proofreading, summarizing, expanding text, etc) and you will be able to add a custom command to execute a specific request to your selected AI service.
7+
The "ai" toolbar item includes the following predefined commands:
8+
9+
- Summarize
10+
- Proofread
11+
- Expand
12+
- Shorten
13+
- Change style
14+
- Change tone
15+
- Translate
16+
- Ask AI assistant
417

5-
Our new AI-powered Extensions will be accessed through a dedicated button in the HTML Editor’s toolbar.
18+
You can also specify which predefined commands you want to include in the "ai" item and customize the default options (for example, by setting a custom list of target languages for translation). Additionally, you can add a new custom command to the AI item by specifying your own prompt. In this demo, the custom command is "Extract Keywords". For more details, check the prompt in the code.

0 commit comments

Comments
 (0)