Skip to content

Commit 2a34a8c

Browse files
Updated content
1 parent 4ec8c1c commit 2a34a8c

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

content/arduino-cloud/04.cloud-editor/import-your-sketchbook-and-libraries-to-the-web-editor/import-your-sketchbook-and-libraries-to-the-web-editor.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Are you sticking to the desktop Arduino IDE because all your work is saved local
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)
12+
![Import sketch from file](./assets/sketchImport.gif)
1313

1414
What can you import to the [Web Editor](https://create.arduino.cc/editor)?
1515

@@ -31,16 +31,14 @@ On your PC find out where your sketchbook folder is (it is called `‘Arduino’
3131

3232
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.
3333

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)
34+
![Compress sketchbook](assets/import_sketch_and_library_img_1.jpg)
35+
![Sketchbook zip](assets/import_sketch_and_library_img_2.jpg)
3636

3737
### 3. Import your sketchbook to the Cloud
3838

3939
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.
4040

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)
41+
![Importing complete sketchbook](assets/sketchbookImport.gif)
4442

4543
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.
4644

@@ -53,16 +51,14 @@ If you already have sketches with the same name on the online IDE, these sketche
5351

5452
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!
5553

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)
5854

5955
### Importing a custom library
6056

6157
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.
6258

6359
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.
6460

65-
![import_sketch_and_library_img_8](assets/import_sketch_and_library_img_8.jpg)
61+
![Custom Library import](./assets/LibraryUpload.gif)
6662

6763
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.
6864

@@ -76,8 +72,6 @@ If you want to import multiple custom libraries at once you can do so by creatin
7672

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

79-
![import_sketch_and_library_img_9](assets/import_sketch_and_library_img_9.jpg)
80-
8175
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.
8276

8377
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).

0 commit comments

Comments
 (0)