diff --git a/core/ui/AdvancedSearch.tid b/core/ui/AdvancedSearch.tid index 6c5f1f04e..9b51c2697 100644 --- a/core/ui/AdvancedSearch.tid +++ b/core/ui/AdvancedSearch.tid @@ -2,6 +2,7 @@ title: $:/AdvancedSearch icon: $:/core/images/advanced-search-button color: #bbb +\whitespace trim diff --git a/core/ui/ControlPanel.tid b/core/ui/ControlPanel.tid index 92a1f76fa..9a3735c38 100644 --- a/core/ui/ControlPanel.tid +++ b/core/ui/ControlPanel.tid @@ -2,6 +2,7 @@ title: $:/ControlPanel icon: $:/core/images/options-button color: #bbb +\whitespace trim
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]" default="$:/core/ui/ControlPanel/Info" explicitState="$:/state/tab-1749438307"/>
diff --git a/core/ui/Manager/ItemMainFields.tid b/core/ui/Manager/ItemMainFields.tid index cf88e52c6..8e90629c8 100644 --- a/core/ui/Manager/ItemMainFields.tid +++ b/core/ui/Manager/ItemMainFields.tid @@ -2,6 +2,7 @@ title: $:/Manager/ItemMain/Fields tags: $:/tags/Manager/ItemMain caption: {{$:/language/Manager/Item/Fields}} +\whitespace trim <$list filter="[all[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/> diff --git a/core/ui/Manager/ItemSidebarColour.tid b/core/ui/Manager/ItemSidebarColour.tid index 6b432239b..365b0041a 100644 --- a/core/ui/Manager/ItemSidebarColour.tid +++ b/core/ui/Manager/ItemSidebarColour.tid @@ -7,9 +7,12 @@ height: 1em; background-color: $(colour)$ \end +\whitespace trim <$vars colour={{!!color}}>

>/>

-<$edit-text field="color" tag="input" type="color"/> / <$edit-text field="color" tag="input" type="text" size="9"/> +<$edit-text field="color" tag="input" type="color"/> + / +<$edit-text field="color" tag="input" type="text" size="9"/>

diff --git a/core/ui/Manager/ItemSidebarTools.tid b/core/ui/Manager/ItemSidebarTools.tid index 45876e989..8c46e1d90 100644 --- a/core/ui/Manager/ItemSidebarTools.tid +++ b/core/ui/Manager/ItemSidebarTools.tid @@ -2,9 +2,14 @@ title: $:/Manager/ItemSidebar/Tools tags: $:/tags/Manager/ItemSidebar caption: {{$:/language/Manager/Item/Tools}} +\whitespace trim

-<$button to=<>>{{$:/core/images/link}} open +<$button to=<>> +{{$:/core/images/link}} open +

-<$button message="tm-edit-tiddler" param=<>>{{$:/core/images/edit-button}} edit +<$button message="tm-edit-tiddler" param=<>> +{{$:/core/images/edit-button}} edit +

diff --git a/core/wiki/macros/colour-picker.tid b/core/wiki/macros/colour-picker.tid index 04f0c4b6f..5c92af9df 100644 --- a/core/wiki/macros/colour-picker.tid +++ b/core/wiki/macros/colour-picker.tid @@ -21,17 +21,22 @@ $actions$ \end \define colour-picker-recent-inner(actions) +\whitespace trim <$set name="colour-picker-value" value="$(recentColour)$"> <$macrocall $name="colour-picker-inner" actions="""$actions$"""/> \end \define colour-picker-recent(actions) -{{$:/language/ColourPicker/Recent}} <$list filter="[list[$:/config/ColourPicker/Recent]]" variable="recentColour"> -<$macrocall $name="colour-picker-recent-inner" actions="""$actions$"""/> +\whitespace trim +{{$:/language/ColourPicker/Recent}}<$list filter="[list[$:/config/ColourPicker/Recent]]" variable="recentColour"> + +<$macrocall $name="colour-picker-recent-inner" actions="""$actions$"""/> + \end \define colour-picker(actions) +\whitespace trim
<$macrocall $name="colour-picker-recent" actions="""$actions$"""/> @@ -39,12 +44,14 @@ $actions$ --- <$list filter="LightPink Pink Crimson LavenderBlush PaleVioletRed HotPink DeepPink MediumVioletRed Orchid Thistle Plum Violet Magenta Fuchsia DarkMagenta Purple MediumOrchid DarkViolet DarkOrchid Indigo BlueViolet MediumPurple MediumSlateBlue SlateBlue DarkSlateBlue Lavender GhostWhite Blue MediumBlue MidnightBlue DarkBlue Navy RoyalBlue CornflowerBlue LightSteelBlue LightSlateGrey SlateGrey DodgerBlue AliceBlue SteelBlue LightSkyBlue SkyBlue DeepSkyBlue LightBlue PowderBlue CadetBlue Azure LightCyan PaleTurquoise Cyan Aqua DarkTurquoise DarkSlateGrey DarkCyan Teal MediumTurquoise LightSeaGreen Turquoise Aquamarine MediumAquamarine MediumSpringGreen MintCream SpringGreen MediumSeaGreen SeaGreen Honeydew LightGreen PaleGreen DarkSeaGreen LimeGreen Lime ForestGreen Green DarkGreen Chartreuse LawnGreen GreenYellow DarkOliveGreen YellowGreen OliveDrab Beige LightGoldenrodYellow Ivory LightYellow Yellow Olive DarkKhaki LemonChiffon PaleGoldenrod Khaki Gold Cornsilk Goldenrod DarkGoldenrod FloralWhite OldLace Wheat Moccasin Orange PapayaWhip BlanchedAlmond NavajoWhite AntiqueWhite Tan BurlyWood Bisque DarkOrange Linen Peru PeachPuff SandyBrown Chocolate SaddleBrown Seashell Sienna LightSalmon Coral OrangeRed DarkSalmon Tomato MistyRose Salmon Snow LightCoral RosyBrown IndianRed Red Brown FireBrick DarkRed Maroon White WhiteSmoke Gainsboro LightGrey Silver DarkGrey Grey DimGrey Black" variable="colour-picker-value"> + <$macrocall $name="colour-picker-inner" actions="""$actions$"""/> --- <$edit-text tiddler="$:/config/ColourPicker/New" tag="input" default="" placeholder=""/> + <$edit-text tiddler="$:/config/ColourPicker/New" type="color" tag="input"/> <$set name="colour-picker-value" value={{$:/config/ColourPicker/New}}> <$macrocall $name="colour-picker-inner" actions="""$actions$"""/> diff --git a/core/wiki/macros/copy-to-clipboard.tid b/core/wiki/macros/copy-to-clipboard.tid index 8d1408255..910e955a9 100644 --- a/core/wiki/macros/copy-to-clipboard.tid +++ b/core/wiki/macros/copy-to-clipboard.tid @@ -2,16 +2,19 @@ title: $:/core/macros/copy-to-clipboard tags: $:/tags/Macro \define copy-to-clipboard(src,class:"tc-btn-invisible",style) +\whitespace trim <$button class=<<__class__>> style=<<__style__>> message="tm-copy-to-clipboard" param=<<__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}> -{{$:/core/images/copy-clipboard}} <$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/> +{{$:/core/images/copy-clipboard}} + +<$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/> \end \define copy-to-clipboard-above-right(src,class:"tc-btn-invisible",style) +\whitespace trim
<$macrocall $name="copy-to-clipboard" src=<<__src__>> class=<<__class__>> style=<<__style__>>/>
\end - diff --git a/core/wiki/macros/dumpvariables.tid b/core/wiki/macros/dumpvariables.tid index d713fd073..0ab9e2001 100644 --- a/core/wiki/macros/dumpvariables.tid +++ b/core/wiki/macros/dumpvariables.tid @@ -2,6 +2,7 @@ title: $:/core/macros/dumpvariables tags: $:/tags/Macro \define dumpvariables() +\whitespace trim