peterhil / spellbook

Spellbook is a WebExtension to easily add new bookmarks to correct categories
Mozilla Public License 2.0
29 stars 2 forks source link

Sort results also by the parent category name #35

Open peterhil opened 4 years ago

peterhil commented 4 years ago

You might have many categories which have the same name, for eaxmple "Tutorials" for different programming languages. To make things easier to find, sort the results first by the category name and then by the parent category name.

Edit:

Now the sorting actually works in tree order (the order the bookmarks are in) – and this could be made alphabetic. The above sorting could be an option in the UI or preferences.