Skip to content

Commit cbbe079

Browse files
authored
Merge pull request #2096 from arduino/jacobhylen/revertingsomechanges
Revert parts of #2074
2 parents 61b32b3 + dd0cc35 commit cbbe079

File tree

28 files changed

+108
-108
lines changed

28 files changed

+108
-108
lines changed

content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: 'Learn about different methods when embedding your sketches in a we
44
author: 'Karl Söderby'
55
---
66

7-
The Cloud Editor is a great tool for creating and uploading programs while also collecting all of your sketches in one place. Another great feature is embedding them as iframes, such as articles, blogposts or journals.
7+
The Web Editor is a great tool for creating and uploading programs while also collecting all of your sketches in one place. Another great feature is embedding them as iframes, such as articles, blogposts or journals.
88

9-
To embed an iframe is very easy, and we just need to copy and paste a link from our sketch in the Cloud Editor. But we can also do a series of modifications to that iframe, and in this tutorial we will take a look at how to do that.
9+
To embed an iframe is very easy, and we just need to copy and paste a link from our sketch in the Web Editor. But we can also do a series of modifications to that iframe, and in this tutorial we will take a look at how to do that.
1010

1111
## Let's start
1212

13-
First of all, we need to navigate to the [Cloud Editor](https://create.arduino.cc/editor). If we do not have an account, we can register one with just a few simple steps.
13+
First of all, we need to navigate to the [Web Editor](https://create.arduino.cc/editor). If we do not have an account, we can register one with just a few simple steps.
1414

1515
Then, we need to have a code. In this tutorial, we are just going to use the good old **blink** example. When we have our sketch ready, click on the **share** button next to the port selection tool. This will open up a new window, that will have two fields: **link** and **iframe**. Copy the iframe field.
1616

@@ -104,9 +104,9 @@ And then using the class `arduino-sketch-iframe` in your HTML element.
104104

105105
## Summary
106106

107-
There are several cool ways of working with iframes from the Cloud Editor, and it is a really easy process that requires very little coding.
107+
There are several cool ways of working with iframes from the Web Editor, and it is a really easy process that requires very little coding.
108108

109-
The Cloud Editor helps you keep track on all of your sketches, and with the iframes, including your projects on other pages has never been easier.
109+
The Web Editor helps you keep track on all of your sketches, and with the iframes, including your projects on other pages has never been easier.
110110

111111
### More tutorials
112112

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

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

6-
## Import Your Sketchbook and Libraries to the Cloud Editor
6+
## Import Your Sketchbook and Libraries to the Web 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 Cloud 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 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.
99

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

1212
![import_sketch_and_library_gif_1](assets/import_sketch_and_library_gif_1.gif)
1313

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

1616
* Single sketches in `.ino`, `.pde` and `.zip` format.
1717

1818
* Libraries in `.zip` format.
1919

2020
* 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.
2121

22-
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.
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.
2323

2424

2525
### 1. Find your sketchbook
@@ -36,7 +36,7 @@ Make a `.zip` pack of your sketchbook, you should obtain a file called *Arduino.
3636

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

39-
Go to [create.arduino.cc/editor](https://create.arduino.cc/editor). For some general information on how to get started on the Cloud 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 Cloud Editor will be displayed. Press `“Import”` to continue.
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.
4040

4141
![import_sketch_and_library_img_3](assets/import_sketch_and_library_img_3.jpg)
4242
![import_sketch_and_library_img_4](assets/import_sketch_and_library_img_4.png)
@@ -78,7 +78,7 @@ If you want to import multiple custom libraries at once you can do so by creatin
7878

7979
![import_sketch_and_library_img_9](assets/import_sketch_and_library_img_9.jpg)
8080

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 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.
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.
8282

8383
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).
8484

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 Cloud Editor'
2+
title: 'Share Your Sketches on the Arduino Web 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 Cloud Editor
6+
## Share Your Sketches on the Arduino Web Editor
77

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).
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).
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 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.
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.
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 to Arduino Cloud Editor [here](https://create.arduino.cc/editor/).
18+
* Log in on Arduino the Web Editor [here](https://create.arduino.cc/editor/).
1919

20-
* Once you are successfully logged in the Cloud Editor, hit the ‘New Sketch’ button and code on
20+
* Once you are successfully logged in the Web 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
![sharing_sketches_img_3](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 Cloud 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 Web Editor’** or **‘Link Existing Repository’**.
3838

3939
![sharing_sketches_img_4](assets/sharing_sketches_img_4.jpg)
4040
![sharing_sketches_img_5](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 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:
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:
4343

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

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

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

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.
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.
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 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.
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.
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 Cloud 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 Web Editor, it will be also updated across all the places where you have embedded it!
6767

6868
### More tutorials
6969

content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,11 @@ For powering e.g. servo motors, always use an external power supply.
357357

358358
If you want to program your UNO R4 WiFi while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the UNO R4 WiFi to your computer, you will need a Type-C® USB cable, which can also provide power to the board, as indicated by the LED (DL1).
359359

360-
### Getting Started - Arduino Cloud Editor
360+
### Getting Started - Arduino Web Editor
361361

362-
All Arduino boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin.
362+
All Arduino boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin.
363363

364-
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
364+
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
365365

366366
### Getting Started - Arduino Cloud
367367

@@ -852,11 +852,11 @@ R7FA4M1AB3CFM#AA0微控制器上的GPIO可安全处理高达8mA的电流。切
852852

853853
如果您想在离线状态下对UNO R4 WiFi进行编程,则需要安装Arduino® Desktop IDE **[1]**。要将UNO R4 WiFi连接到计算机,您需要使用Type-C® USB电缆,该电缆还可为开发板供电,LED 指示灯 (DL1) 即可显示。
854854

855-
### 入门 - Arduino Cloud Editor
855+
### 入门 - Arduino Web Editor
856856

857-
只需安装一个简单的插件,包括本板在内的所有Arduino板都能在Arduino® Cloud Editor **[2]**上即插即用。
857+
只需安装一个简单的插件,包括本板在内的所有Arduino板都能在Arduino® Web Editor **[2]**上即插即用。
858858

859-
Arduino Cloud Editor是在线托管的,因此它总是与最新的功能和对所有板的支持保持同步。按照 **[3]** 开始在浏览器上编码,并将草图上传到开发板上。
859+
Arduino Web Editor是在线托管的,因此它总是与最新的功能和对所有板的支持保持同步。按照 **[3]** 开始在浏览器上编码,并将草图上传到开发板上。
860860

861861
### 入门 - Arduino Cloud
862862

content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ Arduino S.r.l. 特此声明,本产品符合 201453/EU 指令的基本要求和
966966
| ---------------------------- | ----------------------------------------------------------------------------------------------- |
967967
| Arduino IDE (Desktop) | <https://www.arduino.cc/en/Main/Software> |
968968
| Arduino Cloud Editor | <https://create.arduino.cc/editor> |
969-
| Cloud Cloud Editor - 入门指南 | <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor> |
969+
| Cloud Web Editor - 入门指南 | <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor> |
970970
| Arduino Project Hub | <https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending> |
971971
| 库参考 | <https://github.com/arduino-libraries/> |
972972
| 在线商店 | <https://store.arduino.cc/> |

content/hardware/03.nano/boards/nano-matter/datasheets/datasheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ A detailed figure below illustrates the power options available on the Nano Matt
170170

171171
If you want to program your Nano Matter offline, install the Arduino Desktop IDE **[1]**. To connect the Nano Matter to your computer, you will need a USB-C® cable.
172172

173-
### Getting Started - Arduino Cloud Editor
173+
### Getting Started - Arduino Web Editor
174174

175175
All Arduino devices work out of the box on the Arduino CLoud Editor **[2]** by installing a simple plugin. The Arduino Cloud Editor is hosted online. Therefore, it will always be up-to-date with all the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
176176

content/hardware/04.pro/boards/portenta-c33/datasheets/datasheet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -477,11 +477,11 @@ Figure 4 shows the power options available on the Portenta C33 and illustrates t
477477

478478
If you want to program your Portenta C33 while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the Portenta C33 to your computer, you will need a USB-C® cable.
479479

480-
### Getting Started - Arduino Cloud Editor
480+
### Getting Started - Arduino Web Editor
481481

482-
All Arduino® devices work out-of-the-box on the Arduino® Cloud Editor **[2]** by just installing a simple plugin.
482+
All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin.
483483

484-
The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
484+
The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
485485

486486
### Getting Started - Arduino Cloud
487487

content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,11 @@ Power management is mainly performed by the BD71847AMWV IC (U1).
414414

415415
If you want to program your Arduino® Portenta X8 while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Edge control to your computer, you’ll need a USB Type-C cable. This also provides power to the board, as indicated by the LED.
416416

417-
### Getting Started - Arduino Cloud Editor
417+
### Getting Started - Arduino Web Editor
418418

419-
All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin.
419+
All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin.
420420

421-
The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
421+
The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
422422

423423
### Getting Started - Arduino Cloud
424424

0 commit comments

Comments
 (0)