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

Title List

2023년 10월 19일 오후 3:50

A title list is a line of text that presents one or more tiddler titles, strung together with a space between each one and the next.

If a title contains a space, it needs double square brackets around it:

GettingStarted [[Discover TiddlyWiki]] Upgrading

Title lists are used in various places, including PermaLinks and the ListField.

They are in fact the simplest case of a filter, and are thus a way of expressing a selection of titles.

Warning
The Title List format cannot reliably represent items that contain certain specific character sequences such as ]] . Thus it should not be used where there is a possibility of such sequences occurring.

See also:

  • The format Operator with the 'titlelist' suffix conditionally wraps double square brackets around a string if it contains whitespace