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 Top-level list items were rendered within seperate list containers. A top-level list that contains 2 items were rendered as: ```html ``` instead of the more comprehensible form: ```html...

# 📝 TypeDoc Documentation - adds documentations automatically generated from [TypeDoc](https://typedoc.org/) - adds script `yarn docs` to generate documentations - adds docs links to readme.md **DEMO**: You can preview the...

#### Description Code block highlight Golang not supported? #### Notion Test Page ID https://www.notion.so/anriclee/Adding-HTTP-response-headers-to-a-Netlify-static-website-61e28b5d902d464dbf199047d1fb7dda ![image](https://user-images.githubusercontent.com/82599329/172539615-8c70ed97-88a2-4f35-bee1-3ff881ca1ab2.png)

#### Description When deal with block equations, we should set "displayMode" to True. As shown below, the block formula should be centered instead of left: ![image](https://user-images.githubusercontent.com/46197373/172313541-cfbf59fd-cd92-4b8a-82ef-d6604e42a4b6.png) Besides, some usages like...

#### Description Traverses a page's blocks (for `collection_view` support) to generate Signed URLs for images. Also expands `defaultMapImageUrl` to support lookups for UGC (user-generated content) on Page Covers and Page...

#### Description i am doing request https://www.notion.so/api/v3/loadPageChunk body { "pageId": "aadcf22a-0b94-4720-bd51-99ae29ece7d8", "limit": 100, "chunkNumber": 0, "cursor": { "stack": [] }, "verticalColumns": true } **Schema in collection** **page properties "aadcf22a-0b94-4720-bd51-99ae29ece7d8",** ####...

#### Description The raw API 'queryCollection' include this property reducerResults, but the interface CollectionInstance->result: CollectionQueryResult didn't. So It will be hard to use the api notion.getCollectionData to get the page...

#### Description I added Notaku as an alternative hosted solution in the readme I think it would be cool to add other no code tools in the readme and offer...

#### Description I would love my site to have the native dark mode implementation via media query: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme Any way to enable this mode for React Notion X?

#### Description Removes random white background on iframes which is visible in dark mode Fixes weird sizing/padding issues with iframes on https://react-notion-x-demo.transitivebullsh.it/5d4e290ca4604d8fb809af806a6c1749, especially on mobile. These changes apply a `100px`...