mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
3361d749bf
Fixes #3156
16 lines
461 B
Plaintext
16 lines
461 B
Plaintext
caption: {{$:/language/Buttons/Linkify/Caption}}
|
|
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
|
description: {{$:/language/Buttons/Linkify/Hint}}
|
|
icon: $:/core/images/linkify
|
|
list-before: $:/core/ui/EditorToolbar/mono-block
|
|
shortcuts: ((linkify))
|
|
title: $:/core/ui/EditorToolbar/linkify
|
|
tags: $:/tags/EditorToolbar
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="wrap-selection"
|
|
prefix="[["
|
|
suffix="]]"
|
|
/>
|