-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update Examples generation script to use up-to-date version #4106
Copy link
Copy link
Open
Labels
Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardNeeds review from a maintainer before moving forwardEnhancementImprovement to an existing featureImprovement to an existing featureOn HoldWork on this issue is paused for nowWork on this issue is paused for nowp5v2 switch: recommendedThis would be very valuable to complete before p5v2 becomes default, but is not a strict requirementThis would be very valuable to complete before p5v2 becomes default, but is not a strict requirement
Metadata
Metadata
Assignees
Labels
Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardNeeds review from a maintainer before moving forwardEnhancementImprovement to an existing featureImprovement to an existing featureOn HoldWork on this issue is paused for nowWork on this issue is paused for nowp5v2 switch: recommendedThis would be very valuable to complete before p5v2 becomes default, but is not a strict requirementThis would be very valuable to complete before p5v2 becomes default, but is not a strict requirement
Type
Projects
Status
Todo
Increasing Access
The editor makes getting started easier by surfacing examples from the main dropdown menu:
Feature enhancement details
Currently, the examples in https://editor.p5js.org/p5/sketches are built from the archive site. Instead, they should match the examples on https://p5js.org/, and include the updated attribution block as it appears on the website. (https://github.com/processing/p5.js-website/tree/main/src/content/examples or https://p5js.org/examples/)
Addressing this would include:
p5.js-web-editor/server/scripts/examples.js
Line 33 in c5cdecb