mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Remove system tags from sidebar tags listing
This commit is contained in:
parent
01e1133219
commit
be6509a17f
@ -5,7 +5,7 @@ caption: {{$:/language/SideBar/Tags/Caption}}
|
||||
\define lingo-base() $:/language/SideBar/Tags/
|
||||
<$button to="$:/TagManager"><<lingo TagManager/Caption>></$button>
|
||||
|
||||
<$list filter="[tags[]sort[title]]">
|
||||
<$list filter="[tags[]!is[system]sort[title]]">
|
||||
|
||||
<$transclude tiddler="$:/core/ui/TagTemplate"/> <small class="tw-menu-list-count"><$count filter="[is[current]tagging[]]"/></small>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user