-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rich Text Editor #513
Comments
In addition to the MIT license, there is likely the need to have a paid version to be able to sustain the most advanced features. See these paid examples:
I don't see any open source solution nowhere near this execution. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have personally liked Slate the most. |
This comment has been minimized.
This comment has been minimized.
Check |
As mentioned by niuware, a good base would be to start with draft-js, however not mui-rte. Not sure there will be much value there for y'all to make it paid, unless you add a substantially large layer over draft-js. |
We've been successfully using Remirror together with MUI. Remirror uses Prosemirror under the hood. |
I'm playing around with creating a component that supports multiple rich text editors (like tiptap or Slate), take a look and let me know what you think |
So based on https://mui-org.notion.site/Rich-Text-Editor-component-2fce8b9131154a96933c11a7fc89c17e, there are 3 ways that we could approach this component:
I think that 1. makes more sense to get started. For example, https://www.tiny.cloud/ is a 100-people company. We aren't at a size where we can support this yet. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi folks, I recently released a package The package is still new—I plan to add more functionality and much more thorough documentation about how to take full advantage of what |
I feel like this is a very important feature to have. Does it have at least a preliminary timeline? |
This comment was marked as off-topic.
This comment was marked as off-topic.
A new package by @tiavina-mika that I recently discovered https://github.com/tiavina-mika/mui-tiptap-editor |
In many web site there are rich text editors being implemented such as CKEditor, Froala Editor, etc. It will be very useful since if clients want to bold, italic text and then submit the data as HTML. It can be done using a Rich Text Editor.
Expected Behavior 🤔
Rich Text Editor that allows text to be bold, italics, etc
Current Behavior 😯
There is no support for Rich Text editor.
Benchmarks
Public: https://mui-org.notion.site/Rich-Text-Editor-component-2fce8b9131154a96933c11a7fc89c17e
Editable: https://www.notion.so/mui-org/Rich-Text-Editor-component-2fce8b9131154a96933c11a7fc89c17e
Context 🔦
Attempts:
Developer requests:
The text was updated successfully, but these errors were encountered: