mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
838 B
Plaintext
18 lines
838 B
Plaintext
created: 20150117152418000
|
|
modified: 20220523075540462
|
|
tags: Concepts
|
|
title: Title List
|
|
type: text/vnd.tiddlywiki
|
|
|
|
A <<.def "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 <<.em 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|Filters]], and are thus a way of expressing a [[selection of titles|Title Selection]].
|
|
|
|
<<.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.""">>
|