diff --git a/basics/space/import-export.md b/basics/space/import-export.md index 298f0d9..57198d8 100644 --- a/basics/space/import-export.md +++ b/basics/space/import-export.md @@ -10,31 +10,6 @@ Alternatively, you can find the Import to / Export Space options under the Integ It's also possible to simply type “Import” or “Export” in the Search Menu. -### Supported File Formats - -#### Import - -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" %} -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. -{% endhint %} - -#### Export - -We currently offer support for exporting in the following formats: - -* **Markdown** -* **Any-Block** (both Protobuf and JSON) - ### Notion Import Step-by-Step Guide {% hint style="info" %} @@ -164,3 +139,28 @@ Be aware that importing via Markdown & CSV files is more lossy compared to using * **Import into Anytype:** Use Anytype’s Markdown import feature to bring the exported content into your Anytype workspace. + +### Supported File Formats + +#### Import + +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" %} +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. +{% endhint %} + +#### Export + +We currently offer support for exporting in the following formats: + +* **Markdown** +* **Any-Block** (both Protobuf and JSON)