이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

filter Operator (Examples)

2020년 10월 4일 오후 2:33

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>]