-
Notifications
You must be signed in to change notification settings - Fork 116
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
Cannot order alphabetically #24
Comments
I’m fairly confident the issue is that |
Turns out someone already suggested this in #21. This should be closed as a duplicate. |
(I’d close it myself but no longer have admin privileges for some reason.) @timmfin @geekjuice @TrevorBurnham @graysky a little help here? |
Thanks @timmfin |
@adamschwartz I'm working on an implementation that allows selecting the sort order via |
@felds Thanks, cool idea. Since |
@adamschwartz It works, but it's not that easy defining new types, as it's not an object, but an array (so pushing a new type would append it to the list, after the default one). I think a solution could be adding a "priority" key to the type obj, converting the types obj into an array before looping and then sorting by that property. Not that elegant, but I think that would work! Any ideas? |
Great idea! I think the array option is slightly better. See my couple comments, but I can’t wait to see the PR! Nice job. And thanks! 👍 |
Ran into this issue (that as mentioned above only occurs in chrome) due to it thinking any number is with a string is a valid date. Has anyone found a way, other than |
Hi there!
This happens when I try to order a string list alphabetically:
It only happens on Chrome (Version 44.0.2403.157 @ Mac OS 10.10). The script works fine on Safari and Firefox.
The text was updated successfully, but these errors were encountered: