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

filter Operator (Examples)

 4th October 2020 at 2:33pm

These examples use the following predefined variables:

  • larger-than-1k: [get[text]length[]compare:integer:gteq[1000]]
  • smaller-than-2k: [get[text]length[]compare:integer:lteq[2000]]
  • contains-missing-links: [links[]!is[shadow]is[missing]]

[tag[HelloThere]filter<larger-than-1k>]

[tag[HelloThere]filter<smaller-than-2k>]

[tag[HelloThere]filter<larger-than-1k>filter<smaller-than-2k>]

[tag[Features]filter<contains-missing-links>]