Skip to content

Commit 8054ebe

Browse files
committed
Update cloud import docs
1 parent b17a8b4 commit 8054ebe

13 files changed

+21
-26
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
---
2-
title: 'Importing files to the Web Editor'
3-
description: 'Learn how to import your local sketchbook and custom libraries to the Web Editor.'
2+
title: 'Importing files to the Cloud Editor'
3+
description: 'Learn how to import your local sketchbook and custom libraries to the Cloud Editor.'
44
---
55

6-
## Import Your Sketchbook and Libraries to the Web Editor
6+
## Import Your Sketchbook and Libraries to the Cloud Editor
77

8-
Are you sticking to the desktop Arduino IDE because all your work is saved locally? That’s no longer a problem! Our brand new import tool enables you to upload your entire sketchbook with just a few clicks on the [Arduino Web Editor](https://create.arduino.cc/editor). It is particularly handy because it lets you **move all your sketches and libraries to the Cloud** in a single flow.
8+
Are you sticking to the desktop Arduino IDE because all your work is saved locally? That’s no longer a problem! Our brand new import tool enables you to upload your entire sketchbook with just a few clicks on the [Arduino Cloud Editor](https://app.arduino.cc). It is particularly handy because it lets you **move all your sketches and libraries to the Cloud** in a single flow.
99

1010
Once your sketchbook is online it will be available on any device and backed up.
1111

12-
![import_sketch_and_library_gif_1](assets/import_sketch_and_library_gif_1.gif)
13-
14-
What can you import to the [Web Editor](https://create.arduino.cc/editor)?
12+
What can you import to the [Cloud Editor](https://app.arduino.cc)?
1513

1614
* Single sketches in `.ino`, `.pde` and `.zip` format.
1715

1816
* Libraries in `.zip` format.
1917

2018
* Zipped folders containing sketches and libraries. Make sure your libraries are in a folder called `‘libraries’`. Be sure not to mix sketches and libraries in the same folder.
2119

22-
But let’s import your whole sketchbook in a few clicks, so you will be all set up to start using the Arduino Web Editor.
20+
But let’s import your whole sketchbook in a few clicks, so you will be all set up to start using the Arduino Cloud Editor.
2321

2422

2523
### 1. Find your sketchbook
@@ -31,38 +29,39 @@ On your PC find out where your sketchbook folder is (it is called `‘Arduino’
3129

3230
Make a `.zip` pack of your sketchbook, you should obtain a file called *Arduino.zip*. Make sure it is `.zip` format, any other archive formats will not work.
3331

34-
![import_sketch_and_library_img_1](assets/import_sketch_and_library_img_1.jpg)
35-
![import_sketch_and_library_img_2](assets/import_sketch_and_library_img_2.jpg)
32+
![import_sketch_and_library_img_1](./assets/import_sketch_and_library_img_1.jpg)
33+
![import_sketch_and_library_img_2](./assets/import_sketch_and_library_img_2.jpg)
3634

3735
### 3. Import your sketchbook to the Cloud
3836

39-
Go to [create.arduino.cc/editor](https://create.arduino.cc/editor). For some general information on how to get started on the Web Editor see [this tutorial](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a?ref=platform&ref_id=424_trending___&offset=0). When you are logged in and ready, hit the import button on the sketchbook panel. A popup with some instructions on how to import files into the Web Editor will be displayed. Press `“Import”` to continue.
37+
Go to [app.arduino.cc](https://app.arduino.cc). For some general information on how to get started on the Cloud Editor see [Getting Started with Arduino Cloud](https://docs.arduino.cc/arduino-cloud/guides/overview/). When you are logged in and ready, hit the "Create" button in the top right corner. Select "Import local file" and follow the instructions.
38+
39+
![import_sketch_and_library_img_3](./assets/import_1.png)
40+
![import_sketch_and_library_img_4](./assets/import_2.png)
41+
42+
You can either upload single sketches or zip up your entire sketches folder, as described above and upload everything at once.
4043

41-
![import_sketch_and_library_img_3](assets/import_sketch_and_library_img_3.jpg)
42-
![import_sketch_and_library_img_4](assets/import_sketch_and_library_img_4.png)
43-
![import_sketch_and_library_img_5](assets/import_sketch_and_library_img_5.png)
44+
![import_sketch_and_library_img_4](./assets/import_3.png)
4445

45-
You will now see a file system window, select your *Arduino.zip* pack. Wait for the import process to finish. If your sketchbook is big (containing lots of files), this may take a while.
46+
Wait for the upload process to complete.
4647

4748

4849
### 4. You are done!
4950

50-
Once the import process is done there will be two reports, one for sketches and one for libraries.
51+
Once the import process is done you're all set.
5152

5253
If you already have sketches with the same name on the online IDE, these sketches will fail to import to avoid conflicts.
5354

5455
If you have libraries in your sketchbook, another report will tell you those that got successfully imported. If you have existing custom libraries with the same names, it’ll prompt you to overwrite the existing ones. Be sure to proceed with caution!
5556

56-
![import_sketch_and_library_img_6](assets/import_sketch_and_library_img_6.png)
57-
![import_sketch_and_library_img_7](assets/import_sketch_and_library_img_7.png)
5857

5958
### Importing a custom library
6059

6160
The Arduino community has written over 700 libraries that you can include in your sketches without having to install a thing. You can browse through all of them in the Library Manager and favorite the ones you like the most.
6261

63-
But what if you want to use your own custom library on the Web IDE? Just zip your custom library and click on the 'Import' button on the Library panel.
62+
But what if you want to use your own custom library on the Cloud Editor? To upload a custom library you need to open a sketch. Select "Libraries" on the left panel, click on "Custom" and press the upload button. Then just zip your custom library and upload it.
6463

65-
![import_sketch_and_library_img_8](assets/import_sketch_and_library_img_8.jpg)
64+
![Upload Custom Library](./assets/custom_library_1.png)
6665

6766
If you want to import multiple custom libraries at once you can do so by creating a single zip file which contains all of them and just import it.
6867

@@ -76,12 +75,8 @@ If you want to import multiple custom libraries at once you can do so by creatin
7675

7776
* Remove backups, unrelated files and things you don’t want to import in general.
7877

79-
![import_sketch_and_library_img_9](assets/import_sketch_and_library_img_9.jpg)
80-
81-
Please note that **all the libraries that you have added via the Library Manager on the desktop IDE will be already available on the Web Editor without having to do anything**. If you want to see their related examples or select a specific version, look for them on the online Library Manager.
82-
83-
More info on the online Library Manager [on this tutorial](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a?ref=platform&ref_id=424_trending___&offset=0#toc-libraries-and-the-arduino-web-editor).
78+
Please note that **all the libraries that you have added via the Library Manager on the desktop IDE will be already available on the Cloud Editor without having to do anything**. If you want to see their related examples or select a specific version, look for them on the online Library Manager.
8479

8580
### More tutorials
8681

87-
You can find more tutorials in the [Arduino Cloud documentation page](/arduino-cloud).
82+
You can find more tutorials in the [Arduino Cloud documentation page](https://docs.arduino.cc/arduino-cloud/).

0 commit comments

Comments
 (0)