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

Snippet Sorting #242

Closed
hackjutsu opened this issue Nov 17, 2017 · 1 comment
Closed

Snippet Sorting #242

hackjutsu opened this issue Nov 17, 2017 · 1 comment
Projects
Milestone

Comments

@hackjutsu
Copy link
Owner

hackjutsu commented Nov 17, 2017

The current implementation applies an implicit sorting for the last active dates. This is a side effect other than by design. Add an explicit sorting mechanism based on different criteria.

  • last active date
  • creation date
  • alphabetical
@hackjutsu hackjutsu added this to the 1.5.x milestone Nov 17, 2017
@hackjutsu hackjutsu added this to To Do in v1.5.1 via automation Dec 20, 2017
@hackjutsu hackjutsu moved this from To Do to In progress in v1.5.1 Dec 21, 2017
v1.5.1 automation moved this from In progress to Done Dec 21, 2017
@hackjutsu
Copy link
Owner Author

.leptonrc

    'snippet': {
        'sorting': 'updated_at', 
        'sortingReverse': true,
        'expanded': true,
        'newSnippetPrivate': false
    }

sorting : updated_at | created_at | description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v1.5.1
  
Done
Development

No branches or pull requests

1 participant