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: docs/importers/notion.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,18 @@ Only HTML exports from Notion are supported. Make sure to select HTML as your ex
30
30
5. Click **Export**.
31
31
6. Notion will generate a ZIP file containing your exported content.
32
32
33
+
::: warning Nested ZIP files
34
+
Some Notion exports contain a nested ZIP file inside the main export ZIP. If your export has this structure, you'll need to extract the inner ZIP file before uploading to Plane.
35
+
36
+
To check and extract on Mac or Linux, run this in terminal:
37
+
38
+
```bash
39
+
unzip your-notion-export.zip
40
+
```
41
+
42
+
This will extract the contents, including any inner ZIP file. Upload the extracted inner ZIP file to Plane, not the outer one.
43
+
:::
44
+
33
45
## Import Notion content
34
46
35
47

0 commit comments