NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.75k stars 552 forks source link

[Question] Add Json Schema into a notion Page #488

Closed slamer59 closed 1 year ago

slamer59 commented 1 year ago

``I would like to know how we could integrate json schema for a Page.

One use next-seo to generate SEO schemas.

https://github.com/garmeeh/next-seo

It is already done for "Default Schema" but let's say I want to add FAQ.

Ideas:

  1. Add a property in the database where we can add json script directly
  2. Add a Javascript code block which will be converted to Githubissues.
  3. Githubissues is a development platform for aggregating issues.