1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-31 23:26:18 +00:00

Fix usages of is[current] that can be changed to all[current]

Fixes #3402
This commit is contained in:
Jermolene 2018-08-18 14:47:35 +01:00
parent b1f9ff3f6c
commit f218c946f1
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ tags: $:/tags/EditTemplate
\define config-visibility-title() \define config-visibility-title()
$:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$ $:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$
\end \end
<$list filter="[is[current]has[_canonical_uri]]"> <$list filter="[all[current]has[_canonical_uri]]">
<div class="tc-message-box"> <div class="tc-message-box">
@ -19,7 +19,7 @@ $:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$
</$list> </$list>
<$list filter="[is[current]!has[_canonical_uri]]"> <$list filter="[all[current]!has[_canonical_uri]]">
<$reveal state="$:/state/showeditpreview" type="match" text="yes"> <$reveal state="$:/state/showeditpreview" type="match" text="yes">

View File

@ -5,7 +5,7 @@ tags: $:/tags/EditTemplate
<$vars pattern="""[\|\[\]{}]""" bad-chars="""`| [ ] { }`"""> <$vars pattern="""[\|\[\]{}]""" bad-chars="""`| [ ] { }`""">
<$list filter="[is[current]regexp:draft.title<pattern>]" variable="listItem"> <$list filter="[all[current]regexp:draft.title<pattern>]" variable="listItem">
<div class="tc-message-box"> <div class="tc-message-box">

View File

@ -19,7 +19,7 @@ caption: {{$:/language/Manager/Item/Tags}}
\end \end
<p> <p>
<$list filter="[is[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] " variable="tag"> <$list filter="[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] " variable="tag">
<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>>/>