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:
parent
cc3462999b
commit
02a956b1bb
@ -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>>/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user