1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-19 13:42:52 +00:00
TiddlyWiki5/core/ui/Palettes/Preview/Tiddler.tid

10 lines
425 B
Plaintext
Raw Normal View History

title: $:/core/ui/Palettes/Preview/Tiddler
tags: $:/tags/Preview/Story
\parameters (title)
\whitespace trim
<$colour.div class="tc-palette-preview-thumbnail-tiddler" styleName="background-color" styleColour="tiddler-background">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Preview/Tiddler]!has[draft.of]]" variable="componentTitle">
<$transclude $tiddler=<<componentTitle>> title=<<title>>/>
</$list>
</$colour.div>