mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-23 04:51:55 -08:00
Shout out to the TiddlySpot tiddler macro for being completely broken, but also being completely unused, so no one noticed.
19 lines
442 B
Text
19 lines
442 B
Text
title: $:/core/ui/ControlPanel/Toolbars/ItemTemplate
|
|
|
|
\define config-title()
|
|
$(config-base)$$(currentTiddler)$
|
|
\end
|
|
\whitespace trim
|
|
|
|
<$draggable tiddler=<<currentTiddler>>>
|
|
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show"/>
|
|
 
|
|
<span class="tc-icon-wrapper">
|
|
 
|
|
<$transclude field="caption"/>
|
|
 
|
|
<i class="tc-muted">
|
|
-- 
|
|
<$transclude field="description"/>
|
|
</i></span>
|
|
</$draggable>
|