From 5fff6fc87fa594fc41331ba377de5f2dc9840ee8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 10 Apr 2014 19:57:21 +0100 Subject: [PATCH] Docs update --- .../tiddlers/concepts/TiddlerFilters.tid | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid new file mode 100644 index 000000000..a32778935 --- /dev/null +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid @@ -0,0 +1,19 @@ +created: 20130827080000000 +modified: 20140410103123179 +tags: concepts +title: TiddlerFilters +type: text/vnd.tiddlywiki + +\define bulletList(filter) + +\end +Filters are used in TiddlyWiki to choose tiddlers by specifying simple match criteria. They are used by widgets like the ListWidget and the CountWidget to perform operations on multiple tiddlers at once. + +* [[Introduction to Filters]] is a step-by-step introduction to how filters are used +* [[TiddlerFilter Formal Grammar]] is a technical explanation of the filter syntax. + +The most common filter operators are: + +<> + +See FilterOperators gives a complete list of available filter operators