mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
c5ea6628f5
Shout out to the TiddlySpot tiddler macro for being completely broken, but also being completely unused, so no one noticed.
14 lines
520 B
Plaintext
14 lines
520 B
Plaintext
title: $:/core/ui/ControlPanel/Settings/ToolbarButtonStyle
|
|
tags: $:/tags/ControlPanel/Settings
|
|
caption: {{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption}}
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtonStyle/
|
|
\whitespace trim
|
|
<$link to="$:/config/Toolbar/ButtonClass"><<lingo "Hint">></$link>
|
|
|
|
<$select tiddler="$:/config/Toolbar/ButtonClass">
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]">
|
|
<option value={{!!text}}>{{!!caption}}</option>
|
|
</$list>
|
|
</$select>
|