We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is written up in: Sorting of lists, to aid readability
The text was updated successfully, but these errors were encountered:
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
pbcopy
Sorry, something went wrong.
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.
update_releases.py
Then, lots of lists would just come out in alphabetical order.
The main remaining area would be lists in plugin and theme categories.
All that remains is to update the page in the hub to say this is done.
claremacrae
No branches or pull requests
This is written up in: Sorting of lists, to aid readability
The text was updated successfully, but these errors were encountered: