mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
19 lines
805 B
Plaintext
19 lines
805 B
Plaintext
title: GroupedLists
|
|
tags: ListWidget Lists
|
|
created: 20150106180000000
|
|
modified: 20150221230117000
|
|
|
|
The following sidebar tabs give examples of grouped lists created by nesting.
|
|
|
|
!! Types Tab
|
|
|
|
For the [[Types|$:/core/ui/MoreSideBar/Types]] tab, the outer list filter as shown below selects each discrete value found in the `type` field. The inner list filter selects all the (non-system) tiddlers with that type.
|
|
|
|
<<tw-code "$:/core/ui/MoreSideBar/Types">>
|
|
|
|
!! Recent Tab
|
|
|
|
The list in the [[Recent|$:/core/ui/SideBar/Recent]] tab is generated using the <<.mlink timeline>> macro. Here, the outer list filter selects each discrete day found in the `modified` field, while the inner list filter selects all the tiddlers dated the same day in the `modified` field.
|
|
|
|
<<tw-code-link "$:/core/macros/timeline">>
|