mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
2adf09129d
Tada!
22 lines
370 B
Plaintext
22 lines
370 B
Plaintext
title: $:/core/ui/EditorToolbar/picture-dropdown
|
|
|
|
\define replacement-text()
|
|
[img[$(imageTitle)$]]
|
|
\end
|
|
|
|
''{{$:/language/Buttons/Picture/Hint}}''
|
|
|
|
<$macrocall $name="image-picker" actions="""
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="replace-selection"
|
|
text=<<replacement-text>>
|
|
/>
|
|
|
|
<$action-deletetiddler
|
|
$tiddler=<<dropdown-state>>
|
|
/>
|
|
|
|
"""/>
|