2014-02-17 12:09:10 +00:00
|
|
|
title: $:/snippets/paletteswitcher
|
|
|
|
|
2022-04-01 11:10:29 +00:00
|
|
|
\whitespace trim
|
2014-02-17 12:09:10 +00:00
|
|
|
<$linkcatcher to="$:/palette">
|
2022-04-01 11:10:29 +00:00
|
|
|
<div class="tc-chooser">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]">
|
|
|
|
<$set name="cls" filter="[all[current]prefix{$:/palette}]" value="tc-chooser-item tc-chosen" emptyValue="tc-chooser-item">
|
|
|
|
<div class=<<cls>>>
|
|
|
|
<$link to={{!!title}}>
|
|
|
|
''<$view field="name" format="text"/>''
|
|
|
|
 - 
|
|
|
|
<$view field="description" format="text"/>
|
|
|
|
{{||$:/snippets/currpalettepreview}}
|
|
|
|
</$link>
|
|
|
|
</div>
|
|
|
|
</$set>
|
2014-02-17 12:09:10 +00:00
|
|
|
</$list>
|
2014-02-20 10:00:38 +00:00
|
|
|
</div>
|
2019-03-12 09:48:34 +00:00
|
|
|
</$linkcatcher>
|