kopia lustrzana https://github.com/miklobit/TiddlyWiki5
18 wiersze
324 B
Plaintext
18 wiersze
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"/>
|