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 In Notion, different list blocks of the same indent level have their titles (list item names) started from the same horizontal position. This PR attempts to implement this...

#### Description The example code shown in the readme for how to pass in a next/link component to the renderer has the property name `NextLink`. From looking at the source...

#### Description My blank line render with a weird character:  ![image](https://user-images.githubusercontent.com/52583398/217069518-a776943c-bd13-4bff-94d9-46262825f6b4.png) Also, euro sign (€) don't load well. €2475,- instead of €2475,- I can upload a link later, if...

Sorry, I am new to react-notion-x. Neither the sample page nor (https://transitivebullsh.it/) seem to have a filter/sort component on top of the database view for the visitor to filter or...

#### Description #### Notion Test Page ID Subgroups are being rendered as duplicates instead of being separated. - origin - rendering

#### Description Summary: fixed issue with numbered list partially. can I get some debugging help? Issue: Numbered list nesting should alternate numbering-style i.e. "1ai". Currently nested numbered lists nest with...

#### Description Now, image signed URLs are starting with `files.notion.so` for some reason and that case is not being handled by the `defaultMapImageUrl`. Because of this, images are no longer...

#### Description list block internal text indentation error actual: ![image](https://user-images.githubusercontent.com/14962143/219573884-73235a56-2909-43a6-8417-ebb683d8a84b.png) ![image](https://user-images.githubusercontent.com/14962143/219574337-61031706-937d-4dfb-b556-ef648f875cfa.png) expect: ![image](https://user-images.githubusercontent.com/14962143/219574081-2cdcf1e9-ba02-4f43-bf8b-bee576d004ff.png) #### Notion Test Page ID https://recondite-lifter-183.notion.site/Clickhouse-6c8a0a40e40249cf81e26b2f810e4ad2 https://www.weizhiwen.net/deploy-clickhouse-cluster#46c1f4b662e3443abf191c6506485c90

#### Description Package `katex` that [`packages/react-notion-x`](https://github.com/NotionX/react-notion-x/blob/e1f03de6100f2cd33c146eb1c5e67ec4d4afe522/packages/react-notion-x/package.json#L27) depends on has a few security vulnerabilities: - https://github.com/advisories/GHSA-64fm-8hw2-v72w - https://github.com/advisories/GHSA-f98w-7cxr-ff2h - https://github.com/advisories/GHSA-3wc5-fcw2-2329 - https://github.com/advisories/GHSA-cvr6-37gx-v8wc It is better to bump `katex` to `0.16.10` to...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Sometimes, images that seem 'deleted' in...