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

Libraries for handling and rendering Rich Text 📄

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

I have been searching to see if there is another way but I fail to find any... In our main bundle the rich-text-from-markdow is the 3rd biggest package (angular, rxjs...

## Issue Cannot read property 'title' of undefined. When trying to render the images inside a contentful rich text. ![image](https://user-images.githubusercontent.com/41015883/113645439-84b21b80-96a4-11eb-80df-589b480bee6c.png) When I check the raw data in graphql `fields` key...

help wanted

https://github.com/contentful/rich-text/blob/aee27857eba0638afd83b0c176eb60b4a7c55c6d/packages/rich-text-links/src/index.ts#L45 This line makes an assumption at the array will not be empty. ``` { data: {}, content: [ { data: { uri: 'https://www.xerox.com/digital-printing/latest/IG5DS-09J.PDF' }, content: [ { data: {},...

Using [@contentful/rich-text-react-renderer](https://www.npmjs.com/package/@contentful/rich-text-react-renderer). I have to wrap blockquote in `` for allowing me to quote my inputted code without any missing spaces on the output. This results in a *"Warning: Each...

When Korean keyboard is selected, and we type fast and then press enter (or newLine), the ** tag** is not added to the HTML data and editor continues to type...

Dependabot opened a PR for the `15.0.0` version of multiple rich text packages here; however, the most recent version noted in `CHANGELOG.md` is `14.2.0`. Given that this a major version,...

I am using `documentToReactComponents ` to render rich text in Gatsbyjs with help of Graphql. But all the text appears in uppercase letters on rendering. How to fix this?

I'm bustin' my head trying to solve the latest breaking changes of my RSSfeeds using gatsby-plugin-feed@^3.4.0 & gatsby@^3.4.0 **gatsby-config.js:** ``` { resolve: 'gatsby-plugin-feed', options: { query: ` { site {...

It seems that when using the `rich-text-plain-text-renderer`, any reference to an embedded entry is simply replaced with `''` (empty string). I can see how this would make sense in terms...

I have recently updated gatsby-source-contentful to the version 5. In order to manage rich-text field render I replaced the previous function with the new renderRichText. I had to fix around...

help wanted