Skip to content

Commit

Permalink
sort updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC committed Aug 22, 2021
1 parent c330378 commit eb38e26
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/A
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/A]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/A]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/B
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/B]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/B]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/C
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/C]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/C]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/D
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/D]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/D]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/E
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/E]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/E]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/F
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/F]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/F]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: $:/plugins/BTC/musicsheets/ui/EditorToolbar/dropdown/G
</$button>
\end

<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/G]!is[draft]each[category]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MusicSheets/G]!is[draft]each[category]!sort[category]]">
<div class="tc-dropdown-item">
<$text text={{!!category}}/>
</div>
Expand Down

0 comments on commit eb38e26

Please sign in to comment.