mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
title: $:/core/ui/TiddlerIcon
|
|
|
|
\whitespace trim
|
|
<$let tiddlerIcon={{{ [<currentTiddler>] :cascade[all[shadows+tiddlers]tag[$:/tags/TiddlerIconFilter]!is[draft]get[text]] }}}>
|
|
<$list filter="[<tiddlerIcon>!is[blank]]" variable="ignore">
|
|
<$transclude tiddler=<<tiddlerIcon>>/>
|
|
</$list>
|
|
</$let>
|