1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/FilterOperator fields.tid
2014-10-02 23:02:48 +08:00

14 lines
482 B
Plaintext

caption: fields
created: 20140924115616653
modified: 20141002150019737
tags: Filters
title: FilterOperator: fields
type: text/vnd.tiddlywiki
The ''fields'' filter operator returns the names of all the fields used in the currently selected tiddlers.
|!Filter String |!Description |
|`[[HelloThere]fields[]]` |Returns the fields present in the tiddler `HelloThere` |
|`[tag[myTag]fields[]]` |Returns the aggregate of all the fields present on tiddlers that have the tag `myTag` |