diff --git a/docs/user-guide/import-export/index.njk b/docs/user-guide/import-export/index.njk index 901df3c5c..663d25589 100644 --- a/docs/user-guide/import-export/index.njk +++ b/docs/user-guide/import-export/index.njk @@ -5,24 +5,6 @@ title: 14· Import/export files
You can export Penpot files to your computer and import them from your computer to your projects.
-There are two different formats in which you can import/export Penpot files. A standard one and a binary one. You always have the chance to use both for any file.
-The fast one. Binary Penpot specific.
-The open one. A compressed file that includes SVG and JSON.
-Exporting files is useful for many reasons. Sometimes you want to have a backup of your files and sometimes it is useful to share Penpot files with a user that does not belong to one of your teams, or you want to have a backup of your files outside Penpot, both SaaS (design.penpot.app) or at a self-hosted instance.
@@ -63,4 +45,27 @@ title: 14· Import/export filesThe import option is at the projects menu. Press “Import files” and then select one or more .penpot files to import. You can import a .zip file as well.
Right before importing the files to your project, you’ll still have the opportunity to review the items to be imported, have the information about the ones that can not be imported and also the chance to discard files.
- + +Penpot export to a unique format that streamline the import and export of files and assets by being more efficient and interoperable.
+Unlike other design tools, Penpot's format is built on standard languages. The exported file is essentially a ZIP archive containing binary assets (such as bitmap and vector images) alongside a readable JSON structure. By avoiding proprietary formats, Penpot empowers users with autonomy from specific tools while enabling seamless third-party integrations.
+ +These formats can only be exported from version 2.3 or earlier versions, but can be imported to any Penpot version
+There are two different deprecated Penpot file formats in which you can import/export Penpot files. A standard one and a binary one. You always have the chance to use both for any file.
+The fast one. Binary Penpot specific.
+The open one. A compressed file that includes SVG and JSON.
+