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

`/docs` directory existed until v5 but it disappeared on v6. If there is a way to auto-generate them, I'll add a PR with the docs.

documentation
enhancement

#### Description This is original notion page. And then NotionRenderer result. It caused by "left: 50%" in class "notion-page-icon-hero" at "react-notion-x/src/styles.css". ``` .notion-page-icon-hero { position: absolute; top: 0; left: 50%;...

#### Description In Notion, Cells of Simple Table has `min-width` and `max-width` instead of `width`. So, changed the styles as per Notion styles. #### Notion Test Page ID 1e739b87549e406a9461d2a7e4ff7845

Integrating this gif in Notion `https://tenor.com/view/birthday-happy-birthday-balloon-hbd-steve-harvey-gif-22808994` works well on Notion but doesn't display well on the website. On Notion (iframe element): ![image](https://user-images.githubusercontent.com/3807458/162593732-f7b22f44-1abd-422a-afc5-d717520ef2d6.png) On website (video element): ![image](https://user-images.githubusercontent.com/3807458/162593739-3b673cbf-d49f-464e-a4a5-1dce54f14131.png) I can't really...

bug

![image](https://user-images.githubusercontent.com/63435466/161409749-53806ad1-21c7-4df7-95be-8e7053507d97.png) ![image](https://user-images.githubusercontent.com/63435466/161409756-8ba207a1-eed6-4b81-833c-db2c3e134e18.png)

bug

If it's a not quick fix then shall we somehow customize the list of properties showing up? That way we can hide the Assign property if it's broken.

Notice that the green color is not displayed correctly in use, maybe i should open pr to replace `teal` to `green` ? anyone has some suggestions? ![Snipaste_2022-01-26_21-03-59](https://user-images.githubusercontent.com/29378026/151168240-118554d8-651e-4258-bfab-58ddf70219e1.png)

This update should fix the issue that passing `authToken` but still getting 401 response It should be passed as `Authorization` bearer token according to this notion page: https://developers.notion.com/docs/authorization

Example page of the issue: a899b98b7cdc424585e5ddebbdae60cc I tried to get to the bottom of this. I couldn't figure out a fix but this is what I found. The `getPageRaw` function...

bug
help wanted

Currently my notion page in on [seongland.seongland.com/wiki](https://seongland.seongland.com/wiki) which might move in future However, rendering this service do not work a few months ago by `(p)npm build` I'm not sure when...