-
Notifications
You must be signed in to change notification settings - Fork 149
moving syntax to the top of the reference pages #542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes you are right something like the old website would be great. I've often found that it was easier to refer through it. ![]() |
@tegacodes Only just came across this but I think what you mean is similar to what is mentioned in #582? What I'm thinking is that people copy more often from the example for an immediately working code instead of the syntax definition, but maybe I'm wrong on this impression? |
I'm sympathetic to putting the syntax at the top personally, I end up scrolling to the bottom most of the time. This is especially for functions like |
What I was thinking: For the main page: https://p5js.org/reference/
I'd love for it to be a bit more inviting to folks who are exploring and pushing their p5js journey forward!
Like @davepagurek I too find that I have to scroll way down, but I don't mind it so much in on the internal pages: https://p5js.org/reference/p5/circle/ |
We can possibly set up A/B testing for more evidence for either case but the setup of which probably would be a bit complicated, serving the two versions I can do it relatively easily with Cloudflare Workers but the data collection probably need a bit more. |
Cool! If it saves you some cycles @limzykenneth we could just ask a few folks in different groups? Don't know if that's a reasonable way to think about this stuff 🤔 |
Increasing Access
It would make the syntax more prominent and easier to find for beginners.
Most appropriate sub-area of p5.js?
Reference
Feature request details
Hey y'all, really great job on the new site. It looks great. I think moving the syntax for each function to the top of each function page would make it easier to find. The p5 reference is often used to check syntax and having to scroll down the page and look for it can be time consuming.
The text was updated successfully, but these errors were encountered: