mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-02 22:13:38 +00:00
1.4 KiB
1.4 KiB
Import from Notion Guide
Export Data from Notion
- Follow Notion's official guide to export your content
- Important: Select Markdown & CSV export format
- Extract the exported archive to a local directory
Run Import Tool
- Place your extracted Notion export in a directory (e.g.,
/path/to/export
) - Choose one of two import options:
Option 1: Import with Original Teamspace Structure
docker run \
-e FRONT_URL="https://huly.app" \
-v /path/to/export:/data \
hardcoreeng/import-tool:latest \
-- bundle.js import-notion-with-teamspaces /data \
--user your.email@company.com \
--password yourpassword \
--workspace workspace-id
Option 2: Import to Single Teamspace
docker run \
-e FRONT_URL="https://huly.app" \
-v /path/to/export:/data \
hardcoreeng/import-tool:latest \
-- bundle.js import-notion-to-teamspace /data \
--user your.email@company.com \
--password yourpassword \
--workspace workspace-id \
--teamspace teamspace-name-to-be-created
Limitations
- Notion databases are not imported (CSV format not supported)
- Comments are not included in Notion exports, so they will not be imported
- Images and files must be included in the export to be imported
Notes
- All documents preserve their hierarchy
- Internal links between documents are maintained
- Images and attachments are imported automatically if present in export