diff --git a/core/language/en-GB/Misc.multids b/core/language/en-GB/Misc.multids index f56540882..a76099e9d 100644 --- a/core/language/en-GB/Misc.multids +++ b/core/language/en-GB/Misc.multids @@ -25,6 +25,7 @@ PluginReloadWarning: Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$ RecentChanges/DateFormat: DDth MMM YYYY SystemTiddler/Tooltip: This is a system tiddler TagManager/Colour/Heading: Colour +TagManager/Count/Heading: Count TagManager/Icon/Heading: Icon TagManager/Info/Heading: Info TagManager/Tag/Heading: Tag diff --git a/core/ui/MoreSideBar/Tags.tid b/core/ui/MoreSideBar/Tags.tid index 268bca137..6eeb010be 100644 --- a/core/ui/MoreSideBar/Tags.tid +++ b/core/ui/MoreSideBar/Tags.tid @@ -18,10 +18,10 @@ caption: {{$:/language/SideBar/Tags/Caption}} <$list filter={{$:/core/Filters/AllTags!!filter}}> -<$transclude tiddler="$:/core/ui/TagTemplate"/> <$count filter="[all[current]tagging[]]"/> +<$transclude tiddler="$:/core/ui/TagTemplate"/>
-{{$:/core/ui/UntaggedTemplate}} <$count filter="[untagged[]!is[system]] -[tags[]]"/> +{{$:/core/ui/UntaggedTemplate}} diff --git a/core/ui/TagManager.tid b/core/ui/TagManager.tid index 3e38f1f18..fe3489dc9 100644 --- a/core/ui/TagManager.tid +++ b/core/ui/TagManager.tid @@ -44,6 +44,7 @@ $title$$(currentTiddler)$ <> <> +<> <> <> @@ -51,6 +52,7 @@ $title$$(currentTiddler)$ <$edit-text field="color" tag="input" type="color"/> <$transclude tiddler="$:/core/ui/TagTemplate"/> +<$count filter="[all[current]tagging[]]"/> <$macrocall $name="iconEditor" title={{!!title}}/> @@ -60,7 +62,7 @@ $title$$(currentTiddler)$ - + <$reveal state=<> type="match" text="open" default=""> @@ -70,9 +72,18 @@ $title$$(currentTiddler)$
+ + + + + +{{$:/core/ui/UntaggedTemplate}} + + +<$count filter="[untagged[]!is[system]] -[tags[]]"/> + -