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

title Operator

2015년 2월 3일 오후 7:17
purposeselect a single title
inputignored
! inputa selection of titles
parameterT=a tiddler title
outputa selection containing only T
! outputthe input, but with tiddler T filtered out if it exists in the wiki

Learn more about how to use Filters

[title[An Example]] can be shortened to [[An Example]], because title is the default filter operator. Consequentially, [!title[An Example]] can be shortened to [![An Example]].

title is a constructor (except in the form !title), but field:title is a modifier.

Examples