-
Notifications
You must be signed in to change notification settings - Fork 395
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
Possible to put shortcuts in order? #255
Comments
Hello, |
Excellent, thank you! Looking forward to this. 🙂 |
Has this been implemented in a version that is available for download? I installed 1.2.8, which I downloaded from https://fitztrev.github.io/shuttle/ |
I've compiled master and it doesn't seem to work. What is the correct way to have entries manually ordered? I have the following snippet, in the order I want them to appear, the first two followed by a separator:
The separator shows up where I want but the last item always gets sorted to the top. I have tried:
What am I missing? EDIT Figured it out:
|
I've actually managed to sort mine using some invisible character trick
In my example I prepended this character to dev, stage and prod and it seems to work fine |
I can't get separators to work, and at this point I've learned to live with whatever order Shuttle wats to put these things in. ¯_(ツ)_/¯ |
Is it possible to put the shortcuts in order manually?
It seems they are always shown in alphabetical order, regardless of how they are sorted in the JSON.
The text was updated successfully, but these errors were encountered: