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