mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 06:46:54 +00:00
Minor tweaks and fixes for #1529
1. Display friendlier caption field in select dropdown 2. Remove extraneous line break from end of default config tiddler 3. Minor wording tweak
This commit is contained in:
@@ -6,8 +6,8 @@ title: $:/core/ui/ControlPanel/Settings/DefaultSidebarTab
|
||||
|
||||
<$link to="$:/config/DefaultSidebarTab"><<lingo Hint>></$link>
|
||||
|
||||
<$select tiddler="$:/config/DefaultSidebarTab" default={{$:/config/DefaultSidebarTab}}>
|
||||
<$select tiddler="$:/config/DefaultSidebarTab">
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]">
|
||||
<option value=<<currentTiddler>>><<currentTiddler>></option>
|
||||
<option value=<<currentTiddler>>><$transclude field="caption"><$text text=<<currentTiddler>>/></$transclude></option>
|
||||
</$list>
|
||||
</$select>
|
||||
</$select>
|
||||
|
||||
Reference in New Issue
Block a user