-
Notifications
You must be signed in to change notification settings - Fork 342
Add Notion import #1050
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: feature/doc-dnd
Are you sure you want to change the base?
Add Notion import #1050
Conversation
Ref #1049 which adds custom blocks support to y-provider. |
645bfcc
to
d3685ef
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Warning : there's a gotcha in the framework, see READMEs in code Signed-off-by: Baptiste Prevot <pro.baptiste.prevot@gmail.com>
Signed-off-by: Baptiste Prevot <pro.baptiste.prevot@gmail.com>
d3685ef
to
7af6e8d
Compare
Note, this depends on #701 for nested documents. |
🌟 Contributors: @emersion @Tguisnet @Castavo @NicolasRitouet @clarani
💻 Project of the Hack Days Hackathon
Purpose
The goal of this feature is to allow users to import notion workspace into Docs in 1 clic.
The user can connect to Notion by clicking on a button, select the pages he/she wants to import and the pages are directly imported into Docs.
A progress bar displays the import progression.
A lot of Notion block types are handled:
The unsupported blocks are replaced by a textual warning. The database pages from Notion are ignored since Docs does not handle databases for the moment.
For later