From 2ffd76cdaa53a26877d3029c9da2e69a6ddf75ca Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 20 Aug 2025 15:34:51 +0200 Subject: [PATCH] Add DHTMLX RichText Add a new option - DHTMLX Rich Text Editor - to the Editors list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd46e85..9ced0f4 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ Building modern web applications demands the right set of tools. With an abundan | 16. | [**Bootstrap WYSIWYG**](https://mindmup.github.io/bootstrap-wysiwyg/) | A tiny bootstrap-compatible WYSIWYG rich text editor, designed for simplicity and integration with the Bootstrap framework. | JavaScript | | 17. | [**wysihtml5**](https://github.com/tiff/wysihtml5) | An open-source rich text editor based on HTML5, offering advanced features and a flexible approach to content editing. | JavaScript | | 18. | [**ProseMirror**](https://prosemirror.net/) | A WYSIWYM (What You See Is What You Mean) editor that allows for rich, structured content editing. ProseMirror is versatile and ideal for collaborative editing. | JavaScript | +| 19. | [**DHTMLX Rich Text Editor**](https://dhtmlx.com/docs/products/dhtmlxRichText/) | Customizable WYSIWYG editor with HTML and Markdown support, advanced formatting options, and simple integration with Angular, React, Vue.js, and Svelte. | JavaScript |