mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 23:04:50 +00:00
16 lines
441 B
Plaintext
16 lines
441 B
Plaintext
title: $:/core/ui/TiddlerIcon
|
|
|
|
\whitespace trim
|
|
\define title-styles()
|
|
fill:$(foregroundColor)$;
|
|
\end
|
|
<$let tiddlerIcon={{{ [<currentTiddler>] :cascade[all[shadows+tiddlers]tag[$:/tags/TiddlerIconFilter]get[text]] }}}>
|
|
<$list filter="[<tiddlerIcon>!is[blank]]" variable="ignore">
|
|
<$let foregroundColor={{!!color}}>
|
|
<span class=<<iconSpanClass>> style=<<title-styles>>>
|
|
<$transclude tiddler=<<tiddlerIcon>>/>
|
|
</span>
|
|
</$let>
|
|
</$list>
|
|
</$let>
|