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

Update Filter Operators.tid (#4739)

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

View File

@@ -6,7 +6,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}}</td>
<td align="center"><$list filter="[all[current]tag[Common Operators]]">✓</$list></td>
<td align="center"><$list filter="[all[current]tag[Negatable Operators]]">`!`</$list></td>