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

`testRichTextFromMarkdown` parses only non nested text emphasis correctly. Nested text emphasis is parsed as text, examples: when passed markdown is: `**bold example**`, :heavy_check_mark: output is as expected: `{ content: [{...

Hi! I want to add dropdown inside the rich text editor. WHow should it be? Can I custom the rich text editor using extension? or is there another option for...

Hey folks, I'm having an issue with newer version of this package. I put HTML into my contentful rich text fields. In the new version in sanitizes the html which...

![image](https://user-images.githubusercontent.com/1065835/97699752-9878a680-1aa2-11eb-8fe6-00a135f67bc3.png) It looks like I'm a major version out of date so I came here looking to see what the breaking changes were from v13 to v14 but can't see...

I tried `@contentful/rich-text-react-renderer` but it doesn't work recursively. Am I missing something or it the way to be? Is there other way to handle nested `rich-text` rendering? ![image](https://user-images.githubusercontent.com/63586825/96703505-97a58d80-139b-11eb-95d7-56ec2aac94f6.png) `documentToReactComponents(content, options)`

I'd like to use a custom renderer with documentToHtmlString() to retrieve an inline entry hyperlink's path in my application. I can't seem to get it to work though since the...

question

I'm trying to use the `Hyperlink` type definition from `@contentful/rich-text-types` when trying to render the following: ```js const options = { renderNode: { [INLINES.HYPERLINK]: (_node: Hyperlink): ReactNode => { if...

I was hoping to use https://github.com/jlengstorf/netlify-plugin-gatsby-cache plugin in Netlify for a project, but it turns out the embedded entries from rich text fields don't sync with the gatsby .cache There...

After installing (**npm install @contentful/rich-text-html-rendere**r) and adding (**import { documentToHtmlString } from '@contentful/rich-text-html-renderer';**) to the top of my file, I go to bundle the JS using Browserify and get the...

error An unexpected error occurred: "https://registry.yarnpkg.com/@contentful%2frich-text-types: Not found".