This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

fields Operator (Examples)

 29th January 2020 at 4:56pm

[[HelloThere]fields[]]
→ fields of HelloThere

[[HelloThere]fields:include[list title text non-existing]]
→ fields of HelloThere using a "short list" of fields. Fields are only shown, if they exist

[[HelloThere]fields:include[list title text]sortby[title list text]]
→ fields of HelloThere special sorting

[[HelloThere]fields:exclude[list title text]]
→ fields of HelloThere using the exclude suffix

[[HelloThere]fields[]] -list -title -text
→ fields of HelloThere, using several filter runs instead of exclude suffix

[tag[Common Operators]fields[]]
→ fields of all tiddlers tagged as Common Operators