You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/notion-compat/readme.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Currently, ~20 blocks have full compatibility and 8 have partial compatibility (
36
36
37
37
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).
38
38
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).
40
40
41
41
The main feature missing from `notion-compat` right now is collection (database) support. PRs welcome 😃
42
42
@@ -130,11 +130,12 @@ The main feature missing from `notion-compat` right now is collection (database)
130
130
- 034119d20132420abe8e9863bbe91e9d
131
131
- pdf
132
132
- missing format so sizing and layout aren't handled properly
133
+
- table and table_row (simple table blocks)
134
+
- missing some formatting info
133
135
134
136
### Blocks that are WIP 🚧
135
137
136
138
- child_database (`collection_view` and `collection_view_page` blocks)
0 commit comments