jupytercalpoly/jupyterlab-code-snippets

Snippet Sorting/Organization

aivydang opened this issue · 1 comments

Problem
There are a limited amount of ways to sort snippets in the snippet panel.

Current Functionality

  • Sort by cell tags
  • Search by name and language

Solution

  • Sort by date created
  • Sort by last modified

Things to keep in mind

  • what would this look like in the snippets panel (what's the best way to display the sorting options)

Ideas: Keep original creation date/time in metadata, also have other field that is originally set to creation date but modified if the snippet is ever edited and the changes are saved.