mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Add Pop Storyview to Manager Tags Section (#5034)
This commit is contained in:
parent
cc3462999b
commit
02a956b1bb
@ -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>>/>
|
||||
|
Loading…
Reference in New Issue
Block a user