1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-05 21:33:52 +00:00

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

View File

@ -2,6 +2,7 @@ title: $:/Manager/ItemSidebar/Tags
tags: $:/tags/Manager/ItemSidebar tags: $:/tags/Manager/ItemSidebar
caption: {{$:/language/Manager/Item/Tags}} caption: {{$:/language/Manager/Item/Tags}}
\whitespace trim
\define tag-checkbox-actions() \define tag-checkbox-actions()
<$action-listops <$action-listops
$tiddler="$:/config/Manager/RecentTags" $tiddler="$:/config/Manager/RecentTags"
@ -14,7 +15,7 @@ caption: {{$:/language/Manager/Item/Tags}}
\end \end
<p> <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> <div>
<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>> <$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>
<$macrocall $name="tag-pill" tag=<<tag>>/> <$macrocall $name="tag-pill" tag=<<tag>>/>