react-notion icon indicating copy to clipboard operation
react-notion copied to clipboard

A fast React renderer for Notion pages

Results 40 react-notion issues
Sort by recently updated
recently updated
newest added

any way to add functionality for twitter embeds?

They render just "‣". For example, here is what I wrote in Notion: and then here is what it looks like rendered with react-notion:

Would be great to use the table of content element by notion.

Hi! I noticed that the rendered videos are being played automatically. Would it be possible to disable autoplay by default to match its behaviour with those from the original notion...

Hi there! First, let me thank you for writing and sharing this package! I'm a fan of notion and being able to use it as a source for my sites...

Now that that `react-notion` has been out for sometime, two main use-cases have established: * As **content renderer** for blogs, documentation or websites. I like to think of it Markdown...

Notion uses [Twemoji](https://github.com/twitter/twemoji) for emojis. can you support it in `react-notion` as built-in? there is a pretty good package called [react-twemoji](https://www.npmjs.com/package/react-twemoji) that can be added to simply handle this.

Callouts should have IDs that can be linked within the page itself. Currently these are missing on Callout blocks. In Notion you can copy a callout link and link any...

``` case "video": var value = block.value; return /*#__PURE__*/createElement("figure", { className: "notion-asset-wrapper", style: value.format !== undefined ? { width: value.format.block_width } : undefined }, /*#__PURE__*/createElement(Asset, { block: block, mapImageUrl: mapImageUrl...

I have encountered an issue while using the React-Notion library to render blocks from a Notion page. It seems that the library is not functioning properly with the current block...