mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
21 lines
656 B
Plaintext
21 lines
656 B
Plaintext
caption: {{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}
|
|
tags: $:/tags/ControlPanel/Settings
|
|
title: $:/core/ui/ControlPanel/Settings/DefaultSidebarTab
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/
|
|
\whitespace trim
|
|
|
|
<$link to="$:/config/DefaultSidebarTab" class="tc-control-panel-item">
|
|
<<lingo Hint>>
|
|
</$link>
|
|
|
|
<$select tiddler="$:/config/DefaultSidebarTab" class="tc-select">
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]">
|
|
<option value=<<currentTiddler>>>
|
|
<$transclude field="caption">
|
|
<$text text=<<currentTiddler>>/>
|
|
</$transclude>
|
|
</option>
|
|
</$list>
|
|
</$select>
|