2013-11-09 19:21:37 +00:00
|
|
|
title: $:/core/ui/SideBar/Tools
|
|
|
|
tags: $:/tags/SideBar
|
2014-02-16 09:46:43 +00:00
|
|
|
caption: {{$:/language/SideBar/Tools/Caption}}
|
2013-05-01 22:10:55 +01:00
|
|
|
|
2024-03-16 17:36:36 +01:00
|
|
|
\whitespace trim
|
2014-08-02 11:58:55 +01:00
|
|
|
|
2024-03-16 17:36:36 +01:00
|
|
|
\procedure lingo-base() $:/language/ControlPanel/
|
|
|
|
\function config-title() [[$:/config/PageControlButtons/Visibility/$(listItem)$]substitute[]]
|
2014-11-01 08:42:34 +00:00
|
|
|
|
2024-03-16 17:36:36 +01:00
|
|
|
<<lingo Basics/Version/Prompt>> <<version>>
|
2014-08-02 11:58:55 +01:00
|
|
|
|
2024-03-16 17:36:36 +01:00
|
|
|
<$let tv-config-toolbar-icons="yes"
|
|
|
|
tv-config-toolbar-text="yes"
|
|
|
|
tv-config-toolbar-class=""
|
|
|
|
>
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">
|
|
|
|
<div class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] tc-sidebar-tools-item +[join[ ]] }}}
|
|
|
|
data-title=<<listItem>>
|
|
|
|
>
|
|
|
|
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show" class="tc-tiny-gap-right"/>
|
2024-03-16 18:06:06 +01:00
|
|
|
<$transclude $tiddler=<<listItem>>/>
|
2024-03-16 17:36:36 +01:00
|
|
|
<i class="tc-tiny-gap-left tc-muted">
|
2024-03-16 18:06:06 +01:00
|
|
|
<$transclude $tiddler=<<listItem>> $field="description"/>
|
2024-03-16 17:36:36 +01:00
|
|
|
</i>
|
|
|
|
</div>
|
|
|
|
</$list>
|
|
|
|
</$let>
|