mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
24 lines
517 B
Text
24 lines
517 B
Text
title: $:/plugins/tiddlywiki/markdown/EditorToolbar/picture-dropdown
|
|
|
|
\define replacement-text()
|
|
$>)
|
|
\end
|
|
|
|
\define escapetitle() [()<>\\]
|
|
|
|
''{{$:/language/Buttons/Picture/Hint}}''
|
|
|
|
<$macrocall $name="image-picker" actions="""
|
|
|
|
<$let escaped-text={{{ [<imageTitle>search-replace:g:regexp<escapetitle>,[\$&]] }}}>
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="replace-selection"
|
|
text=<<replacement-text>>
|
|
/>
|
|
|
|
<$action-deletetiddler
|
|
$tiddler=<<dropdown-state>>
|
|
/>
|
|
</$let>
|
|
"""/>
|