Skip to content
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

Implement automated sorting of some lists on links #282

Open
claremacrae opened this issue Jan 31, 2022 · 3 comments
Open

Implement automated sorting of some lists on links #282

claremacrae opened this issue Jan 31, 2022 · 3 comments
Assignees
Labels

Comments

@claremacrae
Copy link
Contributor

This is written up in: Sorting of lists, to aid readability

@claremacrae
Copy link
Contributor Author

claremacrae commented Mar 11, 2022

This is a comment I wrote to sort links in one file:

sort  -t '|' +1 Uncategorized\ plugins.md | grep '|' | grep -v 'Edit In GitHub' | pbcopy

The pbcopy command puts the output on the Mac clipboard

@claremacrae
Copy link
Contributor Author

One way for this to work in many places would be for update_releases.py to sort the plugins and themes by their name, before processing them.

Then, lots of lists would just come out in alphabetical order.

The main remaining area would be lists in plugin and theme categories.

@claremacrae claremacrae added the enhancement New feature or request label May 14, 2022
@claremacrae
Copy link
Contributor Author

All that remains is to update the page in the hub to say this is done.

@claremacrae claremacrae self-assigned this Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant