mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
42499ea6ff
1. Display friendlier caption field in select dropdown 2. Remove extraneous line break from end of default config tiddler 3. Minor wording tweak
14 lines
568 B
Plaintext
14 lines
568 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/
|
|
|
|
<$link to="$:/config/DefaultSidebarTab"><<lingo Hint>></$link>
|
|
|
|
<$select tiddler="$:/config/DefaultSidebarTab">
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]">
|
|
<option value=<<currentTiddler>>><$transclude field="caption"><$text text=<<currentTiddler>>/></$transclude></option>
|
|
</$list>
|
|
</$select>
|