Add Pop Storyview to Manager Tags Section (#5034)

This commit is contained in:
Simon Huber 2020-11-14 13:32:39 +01:00 committed by GitHub
parent cc3462999b
commit 02a956b1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
<p>
<$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">
<div>
<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>
<$macrocall $name="tag-pill" tag=<<tag>>/>