From 02a956b1bbdf3910e384e85c63ae60b1b7092fc3 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Sat, 14 Nov 2020 13:32:39 +0100 Subject: [PATCH] Add Pop Storyview to Manager Tags Section (#5034) --- core/ui/Manager/ItemSidebarTags.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/ui/Manager/ItemSidebarTags.tid b/core/ui/Manager/ItemSidebarTags.tid index af7572bca..1c2cbf85c 100644 --- a/core/ui/Manager/ItemSidebarTags.tid +++ b/core/ui/Manager/ItemSidebarTags.tid @@ -2,6 +2,7 @@ title: $:/Manager/ItemSidebar/Tags tags: $:/tags/Manager/ItemSidebar caption: {{$:/language/Manager/Item/Tags}} +\whitespace trim \define tag-checkbox-actions() <$action-listops $tiddler="$:/config/Manager/RecentTags" @@ -14,7 +15,7 @@ caption: {{$:/language/Manager/Item/Tags}} \end

-<$list filter="[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] " variable="tag"> +<$list filter="[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] " variable="tag" storyview="pop">

<$checkbox tiddler=<> tag=<> actions=<>> <$macrocall $name="tag-pill" tag=<>/>