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

Filter Syntax

2023년 7월 10일 오전 7:43

Filters follow a grammar that is presented here, using railroad diagrams, for those who find formal syntax descriptions helpful. However, you can learn to write filters without needing to understand this group of tiddlers.

A filter is a pipeline for transforming an input into an output. Both the input and the output are ordered sets of titles of tiddlers and fields.

Filters are expressions constructed from smaller building blocks, called runs, which are built using steps. Eeach of which also transforms an input to an output.

A filter starts with an empty output. Its runs are processed from left to right, progressively modifying the output.

The "Filter Syntax" description starts with:

Filter Expression

Tip
The railroad boxes as the one above can be used to navigate