1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-04 11:58:03 +00:00

Update ActionListopsWidget.tid (#4738)

This commit is contained in:
twMat
2020-06-27 14:13:01 +02:00
committed by GitHub
parent c0f0aadf09
commit 4c39db1f54

View File

@@ -10,7 +10,7 @@ type: text/vnd.tiddlywiki
\define .operator-rows(filter)
<$list filter="$filter$"><tr>
<td><$link to={{!!title}}>{{!!caption}}</$link></td>
<td><$link>{{!!caption}}</$link></td>
<td>{{!!op-purpose}} <$list filter="[all[current]tag[Common Operators]]">{{$:/core/images/done-button}}</$list></td>
<td align="center"><$list filter="[all[current]tag[Negatable Operators]]">`!`</$list></td>
</tr></$list>