Trim Saga: I think this is the last batch (#6611)

This commit is contained in:
Cameron Fischer
2022-04-16 17:19:05 +01:00
committed by GitHub
parent cc25e1f5b4
commit 05375e093c
11 changed files with 61 additions and 21 deletions
+1
View File
@@ -2,6 +2,7 @@ title: $:/Manager/ItemMain/Fields
tags: $:/tags/Manager/ItemMain
caption: {{$:/language/Manager/Item/Fields}}
\whitespace trim
<table>
<tbody>
<$list filter="[all[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
+4 -1
View File
@@ -7,9 +7,12 @@ height: 1em;
background-color: $(colour)$
\end
\whitespace trim
<$vars colour={{!!color}}>
<p style=<<swatch-styles>>/>
</$vars>
<p>
<$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"/>
&#32;/&#32;
<$edit-text field="color" tag="input" type="text" size="9"/>
</p>
+7 -2
View File
@@ -2,9 +2,14 @@ title: $:/Manager/ItemSidebar/Tools
tags: $:/tags/Manager/ItemSidebar
caption: {{$:/language/Manager/Item/Tools}}
\whitespace trim
<p>
<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>
<$button to=<<currentTiddler>>>
{{$:/core/images/link}}&#32;open
</$button>
</p>
<p>
<$button message="tm-edit-tiddler" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>
<$button message="tm-edit-tiddler" param=<<currentTiddler>>>
{{$:/core/images/edit-button}}&#32;edit
</$button>
</p>