mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-02 14:29:55 +00:00
28 lines
952 B
Plaintext
28 lines
952 B
Plaintext
title: $:/core/ui/SideBar/Tools
|
|
tags: $:/tags/SideBar
|
|
caption: {{$:/language/SideBar/Tools/Caption}}
|
|
|
|
\whitespace trim
|
|
|
|
\procedure lingo-base() $:/language/ControlPanel/
|
|
\function config-title() [[$:/config/PageControlButtons/Visibility/$(listItem)$]substitute[]]
|
|
|
|
<<lingo Basics/Version/Prompt>> <<version>>
|
|
|
|
<$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"/>
|
|
<$transclude $tiddler=<<listItem>>/>
|
|
<i class="tc-tiny-gap-left tc-muted">
|
|
<$transclude $tiddler=<<listItem>> $field="description"/>
|
|
</i>
|
|
</div>
|
|
</$list>
|
|
</$let>
|