1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperators.tid

15 lines
452 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20140410103123179
2014-09-11 14:52:47 +00:00
tags: Concepts
2014-04-10 18:56:51 +00:00
title: FilterOperators
type: text/vnd.tiddlywiki
\define bulletList(filter)
<ul><$list filter="$filter$"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
\end
2014-09-10 23:06:19 +00:00
Filter operators are the individual elements of [[filters|Filters]]. See [[Introduction to Filters]] for details.
2014-04-10 18:56:51 +00:00
The full list of available filter operators is:
2014-09-10 23:06:19 +00:00
<<bulletList "[tag[Filters]]">>