kopia lustrzana https://github.com/miklobit/TiddlyWiki5
22 wiersze
801 B
Plaintext
22 wiersze
801 B
Plaintext
title: $:/core/ui/ControlPanel/Toolbars/EditorToolbar
|
|
tags: $:/tags/ControlPanel/Toolbars
|
|
caption: {{$:/language/ControlPanel/Toolbars/EditorToolbar/Caption}}
|
|
|
|
\define lingo-base() $:/language/TiddlerInfo/
|
|
|
|
\define config-title()
|
|
$:/config/EditorToolbarButtons/Visibility/$(listItem)$
|
|
\end
|
|
|
|
\define toolbar-button()
|
|
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show"> <$transclude tiddler={{$(listItem)$!!icon}}/> <$transclude tiddler=<<listItem>> field="caption"/> -- <i class="tc-muted"><$transclude tiddler=<<listItem>> field="description"/></i></$checkbox>
|
|
\end
|
|
|
|
{{$:/language/ControlPanel/Toolbars/EditorToolbar/Hint}}
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]" variable="listItem">
|
|
|
|
<<toolbar-button>>
|
|
|
|
</$list>
|