From 01da6c8177ab528aec5e7901c9dbf1ad5f266b65 Mon Sep 17 00:00:00 2001 From: Va Da Date: Sun, 17 May 2026 16:04:09 +0200 Subject: [PATCH] Added mutxt-react collaborative rich-text editor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a6275f..2dd45cf 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ _Let the user define an order on a list_ - [draft-js](https://github.com/facebook/draft-js) - A React framework for building text editors. - [edtr-io](https://github.com/edtr-io/edtr-io) - [demo](https://edtr.io/) - [docs](https://edtr.io/docs/getting-started) - WYSIWYG in-line web editor with plugins. - [megadraft](https://github.com/globocom/megadraft) - Rich Text editor built on top of draft.js. +- [mutxt-react](https://github.com/streamich/json-joy/tree/master/packages/mutxt-react) - [demo](https://mutxt.com) - a polished full blown collaboration-enabled rich-text in one React component - [react-ace](https://github.com/securingsincity/react-ace) - Ace (Advanced Code Editor) wraper. - [react-codemirror](https://github.com/uiwjs/react-codemirror) - [demo](https://uiwjs.github.io/react-codemirror/) - CodeMirror component for React. - [react-contenteditable](https://github.com/lovasoa/react-contenteditable) - React component for a div with editable contents.