mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 23:09:56 +00:00
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
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> |