mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 07:24:37 +00:00
Shout out to the TiddlySpot tiddler macro for being completely broken, but also being completely unused, so no one noticed.
15 lines
609 B
Plaintext
15 lines
609 B
Plaintext
caption: {{$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption}}
|
|
tags: $:/tags/ControlPanel/Settings
|
|
title: $:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/DefaultMoreSidebarTab/
|
|
\whitespace trim
|
|
|
|
<$link to="$:/config/DefaultMoreSidebarTab"><<lingo Hint>></$link>
|
|
|
|
<$select tiddler="$:/config/DefaultMoreSidebarTab">
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]">
|
|
<option value=<<currentTiddler>>><$transclude field="caption"><$text text=<<currentTiddler>>/></$transclude></option>
|
|
</$list>
|
|
</$select>
|