rich-text icon indicating copy to clipboard operation
rich-text copied to clipboard

A set of companion packages for Hygraph's Rich Text Field

Results 8 rich-text issues
Sort by recently updated
recently updated
newest added

Fixes weird behaviour of importing images as text links instead of images.

Current implementation assign class name to a selected text. And creates a div around with the class name. It is important to be able to assign classname to the image...

feature-request

When anyone accidentally click into rich text field it automatically create and empty paragraph. The API is then inconsistent. In proper empty field the return is NULL and "clicked" field...

Hello, `astToHtmlString` method adds a newline (\n) and whitespaces around a link object. **Input richtext object:** ``` { "children": [ { "type": "paragraph", "children": [ { "text": "Lorem ipsum dolor...

Hello, I tried to link an asset (in my example image) with link embed but its getting rendered as an asset / image instead of a link. I checked the...

react-renderer

Hi, First if all, thanks for this awesome lib. It has simplified my implementation. Problem Statement: As a user I want to navigate within the same page using anchor tags....

feature-request