Description
Describe the request
Allow the user to create new sketches in their "Remote Sketchbook" via the Arduino IDE.
🙂 This gives the user the ability to create new sketches via whichever method is most convenient to them at the time.
Describe the current behavior
The sketchbook is a convenient place to store Arduino sketches. The sketches in the sketchbook folder are easily accessible via the "Sketchbook" view and File > Sketchbook menu in the Arduino IDE.
In addition to the traditional sketchbook which exists on the user's local drive, Arduino IDE has a "Remote Sketchbook" linked to Arduino Cloud.
The sketches in the Remote Sketchbook are pulled from Arduino Cloud. They can then be edited in Arduino IDE and the changes pushed back to Arduino Cloud. However, it is not possible to create sketches in the Remote Sketchbook via Arduino IDE. New sketches must always be created on Arduino Cloud.
🙁 Users may find it inconvenient to create new sketches via Arduino Cloud during periods when they are otherwise doing all sketch development work using Arduino IDE.
Arduino IDE version
2.0.1-snapshot-2f5afe0
Operating system
All
Operating system version
Any
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details