1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 04:24:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperator tagging.tid
2014-09-10 23:42:13 +01:00

17 lines
537 B
Plaintext

created: 20140410103123179
modified: 20140410103123179
tags: Filters
title: FilterOperator: tagging
caption: tagging
type: text/vnd.tiddlywiki
The ''tagging'' filter operator returns all the tiddlers that are tagged by the tiddlers in the current list.
For example:
|!Filter String |!Description |
|`[[mytag]tagging[]]` |Returns all tiddlers tagged `mytag` |
|`[all[current]tagging[]]` |Returns all tiddlers tagged by the current tiddler |
See also [[FilterOperator: tag]], [[FilterOperator: tags]] and [[FilterOperator: untagged]].