mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 01:02:17 -08:00
Remove system tags from sidebar tags listing
This commit is contained in:
parent
01e1133219
commit
be6509a17f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue