1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

add notion instruction

This commit is contained in:
Roman Khafizianov 2024-08-28 16:26:39 +02:00
parent a061b6e55c
commit 3ee3d417bd
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
9 changed files with 39 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -4,7 +4,7 @@ You can import or export from your space by navigating to **Anytype > Space Sett
### Supported Imports
Currently, we support imports from:
- **Notion API**
Please refer to the instructions for details on how to import using the Notion API.
Please refer to the [instructions](#notion-import-step-by-step-guide) for details on how to import using the Notion API.
### Supported File Formats
When it comes to file formats, we currently offer support for importing the following:
- **MD (Markdown)**: You can import individual `.md` files or a zip file containing multiple Markdown files. Please note that relations are not exported at this time.
@ -68,4 +68,42 @@ Markdown Import is More Lossy: Be aware that importing via Markdown & CSV files
**Solution:**
- **Export from Notion:** In your Notion workspace, export your data as Markdown & CSV files.
- **Import into Anytype:** Use Anytypes Markdown import feature to bring the exported content into your Anytype workspace.
</details>
#### Notion import step-by-step guide
<details>
<summary>Steps</summary>
#### Step 1
1. **Open Settings & members.**
![Open Settings & members](../../.gitbook/notion/1-1.png)
2. **Open My Connections and then click Develop or manage integrations.**
![Open My Connections](../../.gitbook/notion/1-2.png)
3. **Click New integration or Create new integration.**
![Create new integration](../../.gitbook/notion/1-3.png)
4. **Select your workspace and set Name for integration.**
![Set Name for integration](../../.gitbook/notion/1-4.png)
5. **Important!**
Go to **Capabilities** and select the following capabilities, then press **Save changes**:
- Read content
- Read user information
![Select capabilities](../../.gitbook/notion/1-5.png)
6. **Copy Internal Integration Secret** for connecting and importing your data.
![Copy Internal Integration Secret](../../.gitbook/notion/1-6.png)
#### Step 2
**Add integration to the pages you want to import into Anytype.** Pages will be imported with all children documents. Select your root object to import all objects.
1. **Click on three dots in the upper right corner, then click Connect to (you may need to scroll the menu).** Select your Anytype integration.
![Connect to Anytype integration](../../.gitbook/notion/2-1.png)
2. **Press Confirm.** Now, you just need to paste your Internal Integration Token into Anytype.
![Press Confirm](./img/help/notion/2-2.png)
</details>