You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running deployToProcessingSketchbook and confirming that the library has been added to Processing/libraries, the new library does not appear in the Contributions Manager. However, it does appear in the Sketch > Import Library... menu:
Steps to reproduce
Run deployToProcessingSketchbook
Go to Sketch > Import Library... > Manage Libraries
Search for "A Template Example Library"
Expected behavior
It should appear in the list
Actual behavior
It does not appear
The text was updated successfully, but these errors were encountered:
The deployToProcessingSketchbook script adds your library locally but doesn’t list it in the Contribution Manager. The Contributions Manager only includes libraries that have been officially submitted and approved.
To have your library appear there, email [email protected] with the URL to your GitHub releases page (e.g., https://github.com/{{username}}/{{repository}}/releases/).
You can find more instructions on releasing libraries here.
Let me know if you have any questions about the process! 😊
That makes sense. I believe the documentation is wrong then. The section titled "Testing the Library Template" in the Getting Started guide says:
Check if the library appears in the Contribution Manager:
Open Processing, and click on Sketch > Import Library ... > Manage Libraries .... This opens the Contribution Manager.
You should see an entry named "A Template Example Library" with a check mark next to it. This is the sample library you just installed using the template.
Describe the bug
After running
deployToProcessingSketchbook
and confirming that the library has been added toProcessing/libraries
, the new library does not appear in the Contributions Manager. However, it does appear in theSketch > Import Library...
menu:Steps to reproduce
deployToProcessingSketchbook
Sketch > Import Library... > Manage Libraries
"A Template Example Library"
Expected behavior
It should appear in the list
Actual behavior
It does not appear
The text was updated successfully, but these errors were encountered: