1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-19 12:30:01 +00:00

Merge branch 'master' into colour-improvements

This commit is contained in:
Jeremy Ruston 2025-02-14 16:46:02 +00:00
commit 059e439702

View File

@ -23,7 +23,7 @@ title: $:/snippets/paletteswitcher
<$linkcatcher actions=<<actions>>>
<div class={{{ tc-chooser [<thumbnails>match[yes]then[tc-chooser-cards]] +[join[ ]] }}}>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Palette]!is[draft]sort[name]]">
<$transclude $variable="palette-entry" thumbnails=<<thumbnails>>/>
</$list>
</div>