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

Fast and accurate React renderer for Notion. TS batteries included. ⚡️

Results 244 react-notion-x issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Description Added support for the new Notion built-in icons feature! The icons are served from Notion at this endpoint: `https://www.notion.so/icons/?mode=` #### Notion Test Page ID [Notion test page with...

#### Description Webpack 4 builds throw can't resolve p-queue and mem in node_modules/notion-utils/build Example repo (fork and run): https://replit.com/@nathanwaters3/Reactjs-Babel-Webpack-Boilerplate#src/App.js In that Repl it only throws p-queue error but in local...

# Problem In the earlier iteration of my website, I have used notion client but without auth, thus making my collection public. Everything worked as expected. In the latest iteration...

bug
help wanted

#### Description Fixes #341 With this PR, the text blocks are rendered as `` tags in the generated HTML instead of a ``. #### Notion Test Page ID

#### Description Looks like Notion has some new Column Nesting. Would be awesome if someone wanted to tackle this. Check tweet for description and image. https://twitter.com/TomFrankly/status/1554949050977361920

enhancement
help wanted

Big thanks for maintaining this library! There seem to be some issues with simple tables. Would it be possible to resolve those? #### Description * Seems like the rows of...

#### Description Currently, the text blocks are rendered as `` tags. Wouldn't it be preferable to render those with `` tags instead? #### Notion Test Page ID

#### Description The equation is not syntax colored and the equation doesn't seem to be centered. I tried checking the official minimal example but it didn't work on there either....

If you have the following in Notion: ⠀ 1. Apple ⠀ 2. Pear ⠀ [Image block] ⠀ 3. Banana react-notion-x will render it as: ⠀ 1. Apple ⠀ 2. Pear...

#### Description The EOI component now does not rely on the `attributes` property on `external_object_instance` object which is not present by defaul - Added getNotionDateTime, so the parsed date can...