1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/Filters.tid
2014-09-10 23:42:13 +01:00

20 lines
774 B
Plaintext

created: 20130827080000000
modified: 20140410103123179
tags: Reference concepts
title: Filters
type: text/vnd.tiddlywiki
\define bulletList(filter)
<ul><$list filter="$filter$"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
\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
* [[Filter Formal Grammar]] is a technical explanation of the filter syntax.
The most common filter operators are:
<<bulletList "[tag[CommonFilters]]">>
See FilterOperators for a complete list of available filter operators