Supported Blocks
A Notion page is comprised of block objects . Here you can find the list of supported block types in Astronotion. Unsupported blocks are omitted from the returned data.
Supported in 0.0.6-alpha.54
-
BookmarkBlock
-
component:
NotionBlockItemBookmark
-
component:
-
BulletedListBlock
-
component:
NotionGroupedList
-
component:
-
CalloutBlock
-
component:
NotionBlockItemCallout
-
component:
-
CodeBlock
-
component:
NotionBlockItemCode
-
component:
-
DividerBlock
- component: -
-
HeaderBlock
-
component:
NotionTexts
-
component:
-
ImageBlock
-
component:
NotionBlockItemImage
-
component:
-
NumberedListBlock
-
component:
NotionGroupedList
-
component:
-
QuoteBlock
-
component:
NotionTexts
-
component:
-
SubHeaderBlock
-
component:
NotionTexts
-
component:
-
SubSubHeaderBlock
-
component:
NotionTexts
-
component:
-
TextBlock
-
component:
NotionTexts
-
component:
-
TodoBlock
-
component:
NotionGroupedList
-
component:
-
VideoBlock
-
component:
NotionBlockItemEmbed
-
component:
Note:
-
The
divider
block has no component of its own; it is rendered as a childless elementhr
⚠️
Astronotion uses NotionX’s
notion-client
API instead of the official Notion API.
If you’d like to further modify or customise the data, refer to the block object models here:
https://github.com/NotionX/react-notion-x/blob/master/packages/notion-types/src/block.ts