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 The padding calculation for a "table collection" is incorrect for pages with a width other than 708. The renderer should allow this to be overridden. For example, your...

#### Summary I’d like to request support for the Notion “[form](https://www.notion.com/product/forms)” block. It would be great if the library could detect and render this block properly when it appears in...

#### Description A few formulas appear to be broken because the wrong argument is being used to determine the `unit`. Additionally, `intervalToDuration` only returns a property if it has truthy...

I'm encountering a compatibility issue when using react-notion-x with React 19. The react-lazy-images package, which is a dependency of react-notion-x, specifies a peer dependency on React versions 15 or 16....

#### Description I’d like to request a `mapVideoUrl` function, analogous to the existing `mapImageUrl` utility. Currently, react-notion-x provides a mapImageUrl utility to customize image sources. However, I need a similar...

#### Description Removed default background color of iframe from 'styles.css' #### Notion Test Page ID

#### Description Notion has added ALT text support for images earlier this year (https://x.com/NotionHQ/status/1771216051931361353?lang=en). This PR adds support for specifying alt text on images using this feature. ![image](https://github.com/user-attachments/assets/c11f34fa-68a9-43b7-8098-de3108b08a5a) #### Notion...

#### Description In [packages/react-notion-x/src/components/search-dialog.tsx](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/components/search-dialog.tsx), It throttles the actual search frequency to 1 request / per second. but the `_onChangeQuery` will always set `isLoading` state to false every time the input...

#### Description Background color not filling full width in notion header added width 100% in notion-h style ### notion ![image](https://github.com/user-attachments/assets/fd1ac5b3-5596-4f09-9489-822dae6d7f5a) ### react-notion-x (before) ![image](https://github.com/user-attachments/assets/74df2364-c5ef-406c-beaf-fb071adbbf36) ### react-notion-x (after) ![image](https://github.com/user-attachments/assets/e002b281-7547-4e41-921b-d27639ed0785) #### Notion...