processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.13k stars 3.23k forks source link

Update p5.Element references #6849

Closed nickmcintyre closed 3 months ago

nickmcintyre commented 3 months ago

Preparing references in src/core/p5.Element.js for the new website.

PR Checklist

@Qianqianye @limzykenneth @davepagurek

Qianqianye commented 3 months ago

Looks good, thanks @nickmcintyre! Just to clarify, in the new website, will the p5.Element methods (like parent (), toggleCalss() ) stay inside the p5.Element reference page or to the main Reference page? If it stays inside the p5.Vector reference page, will the page layout (a list with long description) stays the same? Not sure if this is included in the upcoming 'Reorganize the Reference group/categorization and order' task.

CC @limzykenneth @davepagurek