mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-14 05:44:50 +00:00
6be8afe49f
This will enable us to drop several existing widgets: fields, fieldlist, fieldgrid
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
title: ListWidget
|
|
modified: 201308131914
|
|
tags: widget
|
|
|
|
\define demoMacro(title)
|
|
This is the tiddler called [[Blah-$title$]]
|
|
\end
|
|
|
|
Example of using the list widget with the macro attribute:
|
|
|
|
```
|
|
<$list filter="[tag[introduction]]" macro="demoMacro"/>
|
|
```
|
|
|
|
Renders as:
|
|
|
|
<$list filter="[tag[introduction]]" macro="demoMacro"/>
|