mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 05:43:51 +00:00
Add indentation to $:/TagManager (#6923)
This commit is contained in:
parent
10cb585dae
commit
aa5183a08e
@ -3,6 +3,7 @@ icon: $:/core/images/tag-button
|
|||||||
color: #bbb
|
color: #bbb
|
||||||
|
|
||||||
\define lingo-base() $:/language/TagManager/
|
\define lingo-base() $:/language/TagManager/
|
||||||
|
|
||||||
\define iconEditorTab(type)
|
\define iconEditorTab(type)
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$link to=""><<lingo Icons/None>></$link>
|
<$link to=""><<lingo Icons/None>></$link>
|
||||||
@ -12,10 +13,13 @@ color: #bbb
|
|||||||
</$link>
|
</$link>
|
||||||
</$list>
|
</$list>
|
||||||
\end
|
\end
|
||||||
|
|
||||||
\define iconEditor(title)
|
\define iconEditor(title)
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<div class="tc-drop-down-wrapper">
|
<div class="tc-drop-down-wrapper">
|
||||||
<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/down-arrow}}</$button>
|
<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class="tc-btn-invisible tc-btn-dropdown">
|
||||||
|
{{$:/core/images/down-arrow}}
|
||||||
|
</$button>
|
||||||
<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type="popup" position="belowleft" text="" default="">
|
<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type="popup" position="belowleft" text="" default="">
|
||||||
<div class="tc-drop-down">
|
<div class="tc-drop-down">
|
||||||
<$linkcatcher actions="""<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>""">
|
<$linkcatcher actions="""<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>""">
|
||||||
@ -27,6 +31,7 @@ color: #bbb
|
|||||||
</$reveal>
|
</$reveal>
|
||||||
</div>
|
</div>
|
||||||
\end
|
\end
|
||||||
|
|
||||||
\define toggleButton(state)
|
\define toggleButton(state)
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$reveal stateTitle=<<__state__>> type="match" text="closed" default="closed">
|
<$reveal stateTitle=<<__state__>> type="match" text="closed" default="closed">
|
||||||
@ -40,6 +45,7 @@ color: #bbb
|
|||||||
</$button>
|
</$button>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
\end
|
\end
|
||||||
|
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<table class="tc-tag-manager-table">
|
<table class="tc-tag-manager-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -68,8 +74,14 @@ color: #bbb
|
|||||||
<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type="match" text="open" default="">
|
<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type="match" text="open" default="">
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td><<lingo Colour/Heading>></td><td><$edit-text field="color" tag="input" type="text" size="9"/></td></tr>
|
<tr>
|
||||||
<tr><td><<lingo Icon/Heading>></td><td><$edit-text field="icon" tag="input" size="45"/></td></tr>
|
<td><<lingo Colour/Heading>></td>
|
||||||
|
<td><$edit-text field="color" tag="input" type="text" size="9"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><<lingo Icon/Heading>></td>
|
||||||
|
<td><$edit-text field="icon" tag="input" size="45"/></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user