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 12 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

Hi, as in issue title - on version `@graphcms/[email protected]`, type `NodeRendererType` expects incorrect key for Code Block:`code_block?: DefaultNodeRenderer;` [line 60](https://github.com/hygraph/rich-text/blob/main/packages/react-renderer/src/types.ts#L60C1-L61C1) However this can be tested with current hygraph studio that...

Hi there, I have two sources of rich text that use a Hygraph flavoured rich text renderer, so I'm converting my other HTML using this library, but it just parses...