2024년 7월 8일 오후 8:18
Many Filter Operators have no parameter available. Still, each operator must be followed by a bracketed parameter expression — even if it is empty — as with the backlinks
operator below:
[<currentTiddler>backlinks[]]
(Even though an expression such as [<currentTiddler>backlinks]
may at first seem well-formed — insofar as closing brackets seem to pair properly with opening brackets — each operator needs its own parameter brackets, even if empty. See Filter Syntax.)
The following Filter Operators accept no parameters:
- backlinks
- backtranscludes
- commands
- deserializers
- editiondescription
- editions
- haschanged
- indexes
- links
- modules
- moduletypes
- plugintiddlers
- reverse
- shadowsource
- storyviews
- tagging
- tags
- transcludes
- untagged
- variables
- abs
- acos
- asin
- atan
- average
- ceil
- cos
- count
- decodebase64
- decodehtml
- decodeuri
- decodeuricomponent
- duplicateslugs
- encodebase64
- encodehtml
- encodeuri
- encodeuricomponent
- enlist-input
- escapecss
- escaperegexp
- floor
- jsonstringify
- length
- lowercase
- maxall
- median
- minall
- negate
- product
- round
- sentencecase
- sign
- sin
- slugify
- standard-deviation
- String Operators
- stringify
- sum
- Tag Operators
- tan
- titlecase
- trunc
- untrunc
- uppercase
- variance