Skip to content

Commit 7a8179f

Browse files
💆
1 parent 5f300c8 commit 7a8179f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/notion-compat/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Currently, ~20 blocks have full compatibility and 8 have partial compatibility (
3636

3737
I recommend checking out [the notion-compat demo](https://react-notion-x-official-api-demo.transitivebullsh.it/) side-by-side with the [normal react-notion-x demo](https://react-notion-x-demo.transitivebullsh.it/) (which uses the unofficial Notion API via `notion-client`) and the [equivalent public notion page](https://transitive-bs.notion.site/Notion-Kit-Test-Suite-067dd719a912471ea9a3ac10710e7fdf).
3838

39-
Note that using the official API with `notion-compat` is quite a bit slower than using the unofficial API via `notion-client` because of [reasons](https://github.com/NotionX/react-notion-x/issues/269#issuecomment-1100648873).
39+
Note that using the official API with `notion-compat` is **significantly slower** than using the unofficial API via `notion-client` because of [reasons](https://github.com/NotionX/react-notion-x/issues/269#issuecomment-1100648873).
4040

4141
The main feature missing from `notion-compat` right now is collection (database) support. PRs welcome 😃
4242

@@ -130,11 +130,12 @@ The main feature missing from `notion-compat` right now is collection (database)
130130
- 034119d20132420abe8e9863bbe91e9d
131131
- pdf
132132
- missing format so sizing and layout aren't handled properly
133+
- table and table_row (simple table blocks)
134+
- missing some formatting info
133135

134136
### Blocks that are WIP 🚧
135137

136138
- child_database (`collection_view` and `collection_view_page` blocks)
137-
- table and table_row (simple table blocks)
138139

139140
### Blocks that are Not Supported 🔴
140141

0 commit comments

Comments
 (0)