react-notion-x
react-notion-x copied to clipboard
Fast and accurate React renderer for Notion. TS batteries included. ⚡️
`/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.
#### 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):  On website (video element):  I can't really...
 
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? 
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...
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...