mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
changes to import and export page
This commit is contained in:
parent
629261d986
commit
69a7137db3
2 changed files with 64 additions and 23 deletions
63
basics/space/import-export.md
Normal file
63
basics/space/import-export.md
Normal file
|
@ -0,0 +1,63 @@
|
|||
# Import & Export
|
||||
|
||||
You can import or export from your space by navigating to **Anytype > Space Settings > Import / Export Space**. Alternatively, you can simply type “Import” in the Search Menu.
|
||||
### Supported Imports
|
||||
Currently, we support imports from:
|
||||
- **Notion API**
|
||||
Please refer to the instructions 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.
|
||||
- **HTML**
|
||||
- **TXT**
|
||||
- **CSV**
|
||||
- **Any-Block**:
|
||||
- **Protobuf**
|
||||
- **JSON**
|
||||
|
||||
{% hint style="info" %}
|
||||
Because not all Notion features are present in Anytype yet, some Notion data might not end up being imported properly.
|
||||
{% endhint %}
|
||||
|
||||
After your import is done, a new collection should appear in your favorites widget in your sidebar. All of your imported objects should be there.
|
||||
|
||||
When it comes to export formats, we currently offer **Markdown** and **Any-Block** (both Protobuf and JSON).
|
||||
|
||||
## Notion import FAQ
|
||||
|
||||
### Why do I see "page not found" instead of links after importing from Notion to Anytype?
|
||||
This issue occurs when you have links to pages that are not nested within your Notion workspace structure. These pages may not have been properly connected to the integration during the import, leading to broken links in Anytype.
|
||||
|
||||
**Solution:**
|
||||
- **Check Page Connections:** Ensure that all pages in your Notion workspace are connected before starting the import process. If a page is not properly connected to the integration, it may not import correctly. See the Step-by-Step Guide within the app for details.
|
||||
- **Repeat the import:** If a page did not import, add a missing Connection and repeat the import.
|
||||
|
||||
### Why are some files missing after importing from Notion to Anytype?
|
||||
There are two main reasons for missing files:
|
||||
1. **Missing Connection:** Make sure that the page containing the files in Notion is properly connected to the integration before import. If this connection is missing, the files may not be imported.
|
||||
2. **Slow Internet Connection:** If you have a slow internet connection and a large number of files, the links to these files might expire during the download process, resulting in missing files.
|
||||
|
||||
**Solution:**
|
||||
- **Ensure Proper Connection:** Double-check that all pages and their respective files are connected in Notion before importing.
|
||||
- **Use a Faster Internet Connection:** If possible, use a faster internet connection during the import process to prevent link expiration.
|
||||
- **Manually Add Missing Files:** If files are missing after the import, you may need to manually upload them to Anytype.
|
||||
|
||||
### Why did the Notion import to Anytype take so long?
|
||||
The import process uses the Notion API to ensure data is transferred as accurately as possible. This method, though more reliable than exporting to Markdown, requires multiple queries. Over time, Notion may start rate-limiting these queries, leading to delays.
|
||||
|
||||
**Solution:**
|
||||
- **Plug in Your Device:** Make sure your computer is plugged into a power source during the import.
|
||||
- **Disable Sleep Mode:** Prevent your computer from going to sleep to allow the import process to continue uninterrupted.
|
||||
- **Be Patient:** Allow the import process to run until it completes. It may take some time, especially if there is a large amount of data.
|
||||
|
||||
### I have some other problem with Notion import, or I no longer have access to my Notion workspace
|
||||
|
||||
If you encounter issues with the Notion import (which works via the Notion API) or you lose access to your Notion workspace, you can export your workspace from Notion as Markdown & CSV files and import them into Anytype using the Markdown import option.
|
||||
|
||||
{% hint style="info" %}
|
||||
Markdown Import is More Lossy: Be aware that importing via Markdown & CSV files is more lossy compared to using the Notion API. This is because Notion’s way of linking documents and CSV files may not be fully preserved in the Markdown format, potentially leading to loss of structure or links between documents.
|
||||
{% endhint %}
|
||||
|
||||
**Solution:**
|
||||
- **Export from Notion:** In your Notion workspace, export your data as Markdown & CSV files.
|
||||
- **Import into Anytype:** Use Anytype’s Markdown import feature to bring the exported content into your Anytype workspace.
|
|
@ -28,26 +28,4 @@ Your homepage is what you will see each time you open Anytype. By default, your
|
|||
|
||||
However, you can change your homepage by using the dropdown menu in your space settings and choosing between your graph, your last opened object, or a specific object you've created.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-08-17 at 18.27.47.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
### Import & Export
|
||||
|
||||
You can import to or export from your space by going into Anytype > Space Settings > Integrations > Import to space / Export space.
|
||||
|
||||
When it comes to apps, we currently only offer imports from **Notion**, and when it comes to file formats, we currently offer these:
|
||||
|
||||
* Markdown - We support importing from individual .md files, a zip file or directory (only on MacOS). Relations are currently not exported.
|
||||
* HTML
|
||||
* TXT
|
||||
* CSV
|
||||
* Any-Block 
|
||||
* Protobuf
|
||||
* JSON
|
||||
|
||||
{% hint style="info" %}
|
||||
Because not all Notion features are present in Anytype yet, some Notion data might not end up being imported properly.
|
||||
{% endhint %}
|
||||
|
||||
After your import is done, a new collection should appear in your favorites widget in your sidebar. All of your imported objects should be there.
|
||||
|
||||
When it comes to export formats, we currently offer **Markdown** and **Any-Block** (both Protobuf and JSON).
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-08-17 at 18.27.47.png" alt=""><figcaption></figcaption></figure>
|
Loading…
Add table
Add a link
Reference in a new issue