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

Great library. Loving it so far. My use case: Wanting to render page server side inside of Cloudflare Workers. Rendering is working (thanks to use of flareact.com) Only piece not...

enhancement

Rollup functionality not working, so maybe it's not developed, I don't find in the documentation.

enhancement
help wanted

notion support diagrams by mermaid in code block now.

enhancement
help wanted

When i implement **react-notion-x** to my website,asidebar become oveflow and i need to reduce value in this code ~~width: calc((100vw + var(--notion-max-width)) / 2);~~ width: calc((100vw + var(--notion-max-width)) / 2.2);...

bug
help wanted

Is this a known issue? I'm not ready to publicly share the Notion page yet but the repro is simple: 1. in a table, add a property of type `file`...

Hello! I'm having some doubts about the synced block support. In the [demo](https://react-notion-x-demo.transitivebullsh.it/sync-blocks-8bcd65801a5d450fb7218d8890a38c29) the blocks appear to work as intended and they do if the original block and the clones...

### Feature Request: Change search state externally I suggest a feature that **externally changable searchOpen state** I guess, [this file](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/components/page-header.tsx) is implementing searhOpen state like this ```tsx const [isSearchOpen, setIsSearchOpen]...

enhancement
good first issue

Please, can we add a check to the `defaultMapImageUrl` for the signed URLs? So when we have a signed URL for a specific block, we will use it instead of...

enhancement
good first issue
help wanted

Hey @transitive-bullshit ## Problem 1 Person property is not rendered in the property list on the top of the page if no other mentions of this user exist on the...

Hey @transitive-bullshit, thank you for building project, it has been a great help for us. We are using it to power our blog, and extending it at some places also,...