Skip to content

URL protocol for opening a sketch from a website #248

@Mammad900

Description

@Mammad900

Is your feature request related to a problem? Please describe.
I have written a (web) app where the user designs a program and gets Arduino code. It is a pain to copy-paste the generated code to Arduino IDE every time I generate code.

Describe the solution you'd like
Implement URL protocol for opening a sketch, so I can implement a button which opens a URL like arduinoide://opensketch?code=void%20setup%20%28%29%20%7B%7D%20void%20loop%20%28%29%20%7B%7D and the IDE opens the sketch automatically.

Additional context
An upload option would also be nice, using arduinoide://uploadsketch?code=blablabla, and the Arduino IDE opens with a dialog asking the port, board, etc. and then the upload process starts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions