Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.42k stars 137 forks source link

Feature Request: Display icons by Priority #645

Closed dank8 closed 2 years ago

dank8 commented 2 years ago

Can the ToDo: Tree LIst, "Group By Tag" button please displayed in sort order of the list in settings JSON, or sort order by a new property tagsSortOrder.

for instance one example I have the following categories (currently tags are ordered alphabetically so [ ] and [ ] sort above :1: ):

{ icon= "fire", tag= :1: meaning="Urgent Task"}
{ icon= "fire", tag= :2: meaning="Important Task"}
{ icon= "bug", tag= BUG meaning="Bug"}
{ icon= "bug", tag= FIXME meaning="known issue no time to fix right now"}
{ icon= "circle", tag= [ ] meaning="Backlog Task"}
{ icon= "info", tag= :5: meaning="Low Priority"}
{ icon= "iterations", tag= HACK meaning="fit for purpose shortcut solution"}
{ icon= "", tag= [x] meaning="Closed"}
dank8 commented 2 years ago

Feature already exists, its one of the grouping options.