Skip to content

Commit 3a088b7

Browse files
Rebranded "web editor"
1 parent 9426ab6 commit 3a088b7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/arduino-cloud/04.cloud-editor/share-your-sketches/share-your-sketches.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: 'Share Your Sketches on the Arduino Web Editor'
2+
title: 'Share Your Sketches on the Arduino Cloud editor'
33
description: 'Learn about different methods you can use to share your Arduino sketches with others.'
44
---
55

6-
## Share Your Sketches on the Arduino Web Editor
6+
## Share Your Sketches on the Arduino Cloud editor
77

8-
The [Arduino Web Editor](https://create.arduino.cc/editor) is the online IDE developed by the Arduino team, this web app is part of the [Arduino Cloud platform](https://cloud.arduino.cc/home/). If you are new to it you can learn all about it on this [Getting Started tutorial](/arduino-cloud/getting-started/getting-started-web-editor).
8+
The [Arduino Cloud editor](https://create.arduino.cc/editor) is the online IDE developed by the Arduino team, this web app is part of the [Arduino Cloud platform](https://cloud.arduino.cc/home/). If you are new to it you can learn all about it on this [Getting Started tutorial](/arduino-cloud/getting-started/getting-started-web-editor).
99

10-
The Arduino sketch is the unit that can include everything you need to bring an idea to life. With the **Share feature** of the Web Editor you can simply give someone access to your sketches just by sending them a URL, or by embedding the sketch into a webpage or in a Project Hub tutorial.
10+
The Arduino sketch is the unit that can include everything you need to bring an idea to life. With the **Share feature** of the Cloud editor you can simply give someone access to your sketches just by sending them a URL, or by embedding the sketch into a webpage or in a Project Hub tutorial.
1111

1212
When someone [shares a sketch with you](https://create.arduino.cc/editor/Arduino_Genuino/a5cf7fad-0802-49b6-81ce-2a5bf41bed5d/preview), you’ll have access both to the code, the layout for the electronics, and the full tutorial (when available). This will allow you to have all the necessary information to build on top of the original project, making it your own. Keep on reading and discover how to do it!
1313

1414
## How to Share Your Sketch
1515

1616
* If you don’t have one yet, create your brand new Arduino account [here](https://id.arduino.cc/auth/signup).
1717

18-
* Log in on Arduino the Web Editor [here](https://create.arduino.cc/editor/).
18+
* Log in on Arduino the Cloud editor [here](https://create.arduino.cc/editor/).
1919

20-
* Once you are successfully logged in the Web Editor, hit the ‘New Sketch’ button and code on
20+
* Once you are successfully logged in the Cloud editor, hit the ‘New Sketch’ button and code on
2121

2222
* When done with writing your sketch, click the **‘Share’** button on the toolbar in the editor area. Press **'Copy Link'** and you can now share your Arduino code with the rest of the world!
2323

@@ -34,22 +34,22 @@ Embed your sketch and share it on Project Hub is super easy! Simply create a new
3434

3535
![Add project](assets/sharing_sketches_img_3.jpg)
3636

37-
Once you are done with the Story and the previous fields go to the Software tab. In the ‘Code’ section, click on **‘Link to the Arduino Web Editor** or **‘Link Existing Repository’**.
37+
Once you are done with the Story and the previous fields go to the Software tab. In the ‘Code’ section, click on **‘Link to the Arduino Cloud editor** or **‘Link Existing Repository’**.
3838

3939
![Link Arduino Editor](assets/sharing_sketches_img_4.jpg)
4040
![Adding link](assets/sharing_sketches_img_5.jpg)
4141

42-
Give your sketch a title, add some comments and finally copy here the sketch public URL you got previously on the Web Editor. That’s it! Your sketch is now available here and it will always be up-to-date with your latest edits. It will look like this on your tutorial page:
42+
Give your sketch a title, add some comments and finally copy here the sketch public URL you got previously on the Cloud editor. That’s it! Your sketch is now available here and it will always be up-to-date with your latest edits. It will look like this on your tutorial page:
4343

4444
![Code snippet](assets/sharing_sketches_img_6.jpg)
4545

4646
### 2. Share Your Sketch via a Public URL
4747

4848
![Public URL sharing](assets/sharing_sketches_img_7.jpg)
4949

50-
In the [Arduino Web Editor](https://create.arduino.cc/editor) hit the **‘Share’** button, a popup window will be displayed. Click **‘Copy link’** to copy your sketch’s public URL on your clipboard. When you paste this URL in a new tab of your browser you will see a preview of your sketch. You won't even need to be logged in with an Arduino account, so anybody can access it.
50+
In the [Arduino Cloud editor](https://create.arduino.cc/editor) hit the **‘Share’** button, a popup window will be displayed. Click **‘Copy link’** to copy your sketch’s public URL on your clipboard. When you paste this URL in a new tab of your browser you will see a preview of your sketch. You won't even need to be logged in with an Arduino account, so anybody can access it.
5151

52-
The people you shared you sketch with can now download it or add it to their sketchbook (after having signed up to the Arduino Web Editor of course). If you have embedded [your sketch](https://create.arduino.cc/editor/Arduino_Genuino/a5cf7fad-0802-49b6-81ce-2a5bf41bed5d/preview) in a Project Hub tutorial you will see the ‘Open Tutorial’ button displayed to this page as well.
52+
The people you shared you sketch with can now download it or add it to their sketchbook (after having signed up to the Arduino Cloud editor of course). If you have embedded [your sketch](https://create.arduino.cc/editor/Arduino_Genuino/a5cf7fad-0802-49b6-81ce-2a5bf41bed5d/preview) in a Project Hub tutorial you will see the ‘Open Tutorial’ button displayed to this page as well.
5353

5454
When you share a sketch with all these supporting contents (layout, schematics, tutorial...) with a friend, a colleague or in your classroom, they will have everything needed to build up from your idea and make it their own!
5555

@@ -63,7 +63,7 @@ In the same Share popup window you can also copy your project’s related iFrame
6363

6464
## Always Up-To-Date!
6565

66-
Now your code is ready to be shared across a variety of platforms! Do you know what’s cool about this feature? Now that your sketch is on the Cloud (literally!) once edited on the Web Editor, it will be also updated across all the places where you have embedded it!
66+
Now your code is ready to be shared across a variety of platforms! Do you know what’s cool about this feature? Now that your sketch is on the Cloud (literally!) once edited on the Cloud editor, it will be also updated across all the places where you have embedded it!
6767

6868
### More tutorials
6969

0 commit comments

Comments
 (0)