Mention nodes not wrapped with formatting decorators like bold/italics/underline #1634
Closed
deyayan
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bold, Italics, Underline decorators doesn't wrap up mention nodes.
For ex: Selecting a content with text and mention and then formatting to bold looks something like the following

The generated JSON is as follows:
[{"type":"p","children":[{"text":"hello ","bold":true},{"type":"mention","children":[{"text":""}],"value":"node1"},{"text":""}]}]
Steps
Plate's demo on its website also has the same issue.
Expectation
User should be able to have consistent formatting, wherever and however he/she requires.
Environment
Beta Was this translation helpful? Give feedback.
All reactions