I have a custom library which I have uploaded to the Arduino Web Editor. I want to use this as the basis for a workshop I am running on Arduino Day. The issue I have is that I can find no mechanism for sharing the library, nor any way for users to view the library header files from the Web Editor?
Am I restricted to only sharing the library examples? If a user wants to use the library is the only way of them doing this by cloning one of the examples.
Thank You
Hi @SweetMaker,
sharing of the libraries is not available in the web editor, sorry about that. I think at the moment you can only ask for your library to be added to the library manager. Thanks for your report, I'll open a feature request.
Thanks smellai. This is something of a limitation for me and I am thankful to you for raising a feature request. I would also add that being able to easily view library header files would be helpful when using libraries.
If its an existing library (out in the wild) many have links to let you follow them back to source.
Most of the built in on create refer to GITHUB so you could download and share using other means eg email etc.