mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-07 01:33:13 -08:00
Use the new count widget to add a count to each tag
This commit is contained in:
parent
e1a38d88a7
commit
ea1855d872
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@ title: $:/core/ui/MoreSideBar
|
|||
{{$:/snippets/recentchanges}}
|
||||
</$reveal>
|
||||
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="tagsTab" qualifyTiddlerTitles="yes">
|
||||
<$list filter="[tags[]sort[title]]" itemClass="tw-menu-list-item" template="$:/core/ui/TagTemplate"/>
|
||||
<$list filter="[tags[]sort[title]]" itemClass="tw-menu-list-item">
|
||||
<$transclude template="$:/core/ui/TagTemplate"/> <small><$count filter="[is[current]tagging[]]"/></small>
|
||||
</$list>
|
||||
</$reveal>
|
||||
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="missingTab" qualifyTiddlerTitles="yes">
|
||||
<$list filter="[is[missing]sort[title]]" itemClass="tw-menu-list-item" template="$:/core/ui/MissingTemplate"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue