-
Notifications
You must be signed in to change notification settings - Fork 620
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
sorting the names #558
Comments
Good suggestion. What are your ideas around achieving this? |
using node.js to read and edit the text.txt file should be able to achieve it |
You can check the sorted.js file. I have an implementation for that and it includes read and writing with nodejs. Let me know what should be done. Next. Thanks for jumping on this issue. |
I will close this issue @Darrkzero. Waiting for your response. |
the sorted.txt file is perfect. You can create a different button to switch from text.txt file to sorted.txt file to make the names appear in alphabetical order. |
Yes that will be a great one but we could use JavaScript to sort it on the fly and replace instantly. |
That will also work. |
Attempted this in #743. Kindly review and give feedback. Also, i don't know if the ordered.js and sorted.txt files are needed anymore. |
the names should be sorted alphabetically when the refresh button is clicked
The text was updated successfully, but these errors were encountered: