2021-08-29 16:48:32 +00:00
|
|
|
title: $:/core/ui/EditorToolbar/StampDropdown/ItemTemplate
|
|
|
|
|
|
|
|
<$linkcatcher actions="""
|
|
|
|
|
|
|
|
<$list filter="[<modifier>!match[ctrl]]" variable="ignore">
|
|
|
|
|
2021-08-29 17:04:32 +00:00
|
|
|
<$list filter="[<currentTiddler>addsuffix[/prefix]!is[tiddler]!is[shadow]removesuffix[/prefix]addsuffix[/suffix]!is[tiddler]!is[shadow]]" variable="ignore">
|
2021-08-29 16:48:32 +00:00
|
|
|
|
|
|
|
<$action-sendmessage
|
|
|
|
$message="tm-edit-text-operation"
|
|
|
|
$param="replace-selection"
|
|
|
|
text={{{ [<currentTiddler>get[text]] }}}
|
|
|
|
/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
|
2021-08-29 17:04:32 +00:00
|
|
|
<$list filter="[<currentTiddler>addsuffix[/prefix]] [<currentTiddler>addsuffix[/suffix]] +[is[shadow]] :else[is[tiddler]] +[limit[1]]" variable="ignore">
|
2021-08-29 16:48:32 +00:00
|
|
|
|
|
|
|
<$action-sendmessage
|
|
|
|
$message="tm-edit-text-operation"
|
|
|
|
$param="wrap-selection"
|
|
|
|
prefix={{{ [<currentTiddler>addsuffix[/prefix]get[text]] }}}
|
2024-09-10 16:17:28 +00:00
|
|
|
suffix={{{ [<currentTiddler>addsuffix[/suffix]get[text]] }}}
|
2021-08-29 16:48:32 +00:00
|
|
|
/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[<modifier>match[ctrl]]" variable="ignore">
|
|
|
|
|
|
|
|
<$action-sendmessage $message="tm-edit-tiddler"/>
|
|
|
|
|
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$action-deletetiddler
|
|
|
|
$tiddler=<<dropdown-state>>
|
|
|
|
/>
|
|
|
|
|
|
|
|
""">
|
|
|
|
|
|
|
|
<$link tooltip={{{ [<currentTiddler>get[description]] }}}>
|
|
|
|
|
|
|
|
<$transclude tiddler=<<currentTiddler>> field="caption" mode="inline">
|
|
|
|
|
|
|
|
<$view tiddler=<<currentTiddler>> field="title" />
|
|
|
|
|
|
|
|
</$transclude>
|
|
|
|
|
|
|
|
</$link>
|
|
|
|
|
|
|
|
</$linkcatcher>
|