From ff5c84613075264e441dd5fbf6ce393f576cf9bb Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 4 Nov 2024 18:12:00 +0000 Subject: [PATCH] Indentation for palette switcher --- core/wiki/paletteswitcher.tid | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/core/wiki/paletteswitcher.tid b/core/wiki/paletteswitcher.tid index b75a9c179..33ed55c7e 100644 --- a/core/wiki/paletteswitcher.tid +++ b/core/wiki/paletteswitcher.tid @@ -2,21 +2,21 @@ title: $:/snippets/paletteswitcher \whitespace trim <$linkcatcher to="$:/palette"> -
-<$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"> -
>> -<$link to={{!!title}}> -{{||$:/snippets/currpalettepreview}} -
-''<$view field="name" format="text"/>'' -
-<$view field="description" format="text"/> -
-
- -
- - -
+
+ <$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"> +
>> + <$link to={{!!title}}> + {{||$:/snippets/currpalettepreview}} +
+ ''<$view field="name" format="text"/>'' +
+ <$view field="description" format="text"/> +
+
+ +
+ + +