2018-03-06 12:44:42 +00:00
|
|
|
caption: {{$:/language/Buttons/Linkify/Caption}}
|
2024-07-29 12:08:45 +00:00
|
|
|
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
2018-03-06 12:44:42 +00:00
|
|
|
description: {{$:/language/Buttons/Linkify/Hint}}
|
|
|
|
icon: $:/core/images/linkify
|
|
|
|
list-before: $:/core/ui/EditorToolbar/mono-block
|
|
|
|
shortcuts: ((linkify))
|
|
|
|
title: $:/core/ui/EditorToolbar/linkify
|
2018-03-06 13:10:16 +00:00
|
|
|
tags: $:/tags/EditorToolbar
|
2018-03-06 12:44:42 +00:00
|
|
|
|
|
|
|
<$action-sendmessage
|
|
|
|
$message="tm-edit-text-operation"
|
|
|
|
$param="wrap-selection"
|
|
|
|
prefix="[["
|
|
|
|
suffix="]]"
|
2024-09-10 16:17:28 +00:00
|
|
|
trimSelection="yes"
|
2018-03-06 12:44:42 +00:00
|
|
|
/>
|