-
#### Description
`print-notion-page.ts`
```ts
import { NotionAPI } from 'notion-client'
function getPage(id: string) {
const notion = new NotionAPI()
return notion.getPage(id)
}
as…
-
Hi! We are migrating [our big project](https://github.com/tough-dev-school/lms-frontend-v2) from vue3-notion to vue-notion, and we stumbled upon the fact that the table of contents is not displayed.
…
-
Hi,
I am a huge fan of react-notion-x, and I love to use react-notion-x to render my blog and my open source project.
However, there're couple tiny issues, feel free to check this playground sit…
-
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 page below. The error is reporte…
-
### Steps to reproduce
Link to live example: https://codesandbox.io/s/frosty-snowflake-zjl49r?file=/src/Demo.js
Steps:
1. Take the example in https://github.com/mui/material-ui/pull/43022#discu…
-
#### Description
I'm trying to use the custom styles in `react-notion-x` but couldn't find a provision around it in the documentation. One way, I found is to replace the `react-notion-x/src/style…
-
#### Description
modified the `[pageId].tsx` to the following with the minimal example:
```ts
import * as React from 'react'
import Head from 'next/head'
import Image from 'next/image'
impor…
-
#### Description
Trying to render Notion pages in Next.js 13, running into this error:
![localhost30000bf617f4fbaf40ecbd58f7bceb29cfff-Thursday-November-17-2022-12 05 40PM@2x](https://user-image…
-
### Summary 💡
Have the ability to have "and"/"or" filter at the same time.
### Benchmarks
- https://github.com/ukrbublik/react-awesome-query-builder
- https://www.telerik.com/kendo-react-ui/…
-
#### Description
I'd like to be able to use custom components only for certain cases such as:
- Images/Videos that are from a certain source
- Certain Embed types
more examples could be found.…