-
Notifications
You must be signed in to change notification settings - Fork 136
New DraftJs Link Editor functionality… #3029
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
Conversation
…ld also help to fulfill the requirements of #2937
# Conflicts: # package-lock.json # src/components/RichTextArea/RichTextArea.jsx
|
@maxceem thanks will check it out. |
vikasrohit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good with couple of queries about using new libraries. Also, can we have the plugin separate out (I am okay for having separate task for that) in react-components library for sharing the newly developed DraftJS plugin?
|
@vic-topcoder
Yes, we can do that and during the challenge it was one of the requirements to keep the plugin code isolated so it could be potentially reused. Just want to note, that at the moment we don't have DraftJs editor component inside |
@maxceem What are the other components for related to the DraftJS which we need to move? And I assume once we refactor them to |
I think we only have to move DraftJs editor RichTextArea component as a component which would let us edit Rich Text. At the moment this component in Connect App is tightly bound with other Connect specific features. So the whole component renders next part:
If we move this component to
|
|
Thanks @maxceem for the detailed update. Lets move this discussion to a separate issue which we may take up later. |


New DraftJs Link Editor functionality (like in Google Docs) which would also help to fulfill the requirements of #2937
In particular, it automatically shows a small popup as soon as link is created, to encourage user to add a title to the link.