mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
0d18f3cc5d
See the discussion here: https://groups.google.com/d/topic/tiddlywikidev/AXDJEjcAphs/discussion
13 lines
782 B
Plaintext
13 lines
782 B
Plaintext
created: 20130830092500000
|
|
modified: 20140312122907113
|
|
tags: fields
|
|
title: ListField
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The `list` [[field of a tiddler|TiddlerFields]] is an optional feature that can be used to help structure your content. It is defined as an ordered sequence of tiddler titles, and it can be used in several ways:
|
|
|
|
* The `list` field of a tiddler that is being used as a tag determines the ordering of the tiddlers that carry that tag - see TiddlerTags for details
|
|
* The `list` [[filter|TiddlerFilters]] selects the entries from a list
|
|
* The `listed` [[filter|TiddlerFilters]] selects the tiddlers that list the selected tiddler(s)
|
|
* The NavigatorWidget manipulates a StoryList tiddler containing a `list` field of the tiddlers that are displayed in the main story column
|