Skip to content

Increasing Accessibility of Reference Section: Show the items in sorted order #1351

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

Open
EshaanAgg opened this issue Apr 7, 2023 · 3 comments

Comments

@EshaanAgg
Copy link

EshaanAgg commented Apr 7, 2023

Increasing Access

Currently, in the reference section, all the reference items are listed in an arbitrary order, which makes it difficult to search for a particular item manually, and thus reduces the accessibility to the site.
image

Most appropriate sub-area of p5.js?

Reference

Feature request details

These items must be sorted alphabetically before being displayed.

@EshaanAgg
Copy link
Author

I would like to work on this issue.

@Divyansh013
Copy link
Member

Hi @EshaanAgg I'm the steward for reference page. Sorting the functions in reference page will actually help in searching out for a particular function. However I think the current page is in order of relevance for example: describe element() function is after describe (). If this is not an issue we can definitely go for sorting. Tagging @limzykenneth for further discussion

@limzykenneth
Copy link
Member

The order currently is probably related to the order in which the relevant inline documentation are defined in the source file. I think sorting it alphabetically would be great and this should probably be done on render to avoid having to modify any data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants