react-notion-x
react-notion-x copied to clipboard
Fast and accurate React renderer for Notion. TS batteries included. ⚡️
#### Description #290 adds getNotionDateTime This PR uses it in `formatNotionDateTime` and `getPageProperty` (now returning an integer instead of a date) #### Notion Test Page ID `e648a7762fee458bb3b50ae946cb3c86`
Is there any interface so that I can configure the title of `Table of Content`
#### Description If you change to board view even once, you will not be able to render even if you change to another view format. #### Occurrence procedure 1. Create...
#### Description In Notion, there are both inline equations and block equations. They should be rendered differently, however it appears that react-notion-x doesn't take this into account. For instance, in...
#### Description Pasting a GitHub link into Notion by default doesn't have an `attributes` property which makes the renderer ignore it Couldn't figure out how to run it locally, so...
Hello 👋 react-notion-x: v6.12.7 I m getting an error when trying to import the Property component Module not found: Can't resolve 'react-notion-x/build/third-party/property' (use case: Use custom component for certain schemas...
#### Description #### Notion Test Page ID PINN-df5c77e6831d4c2d9f9fa81f18bccdf0
Hi there, I was wondering whether react-notion-x supports [replit ](https://replit.com/) embeds or if it will be supported in the future? As far as I can see it hasn't been implemented...
It seems like currently the `/third-party/code` component imports a lot of `prismjs` modules (which sometimes are not needed). That increases the bundle size when importing `Code` component by 30+KB (after...
#### Description This is my page property  And this is my rendered page property by `react-notion-x` **v4**  `Created by` type & `Last edited by` type property removed I...