mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
855b6719d6
* Markdown: Add separate link and linkify buttons * Add Markdown linkify icon (created by Jeremy); cleanup
16 lines
525 B
Plaintext
Executable File
16 lines
525 B
Plaintext
Executable File
caption: {{$:/language/Buttons/Linkify/Caption}} (Markdown)
|
|
condition: [<targetTiddler>type[text/x-markdown]] [<targetTiddler>type[text/markdown]]
|
|
description: {{$:/language/Buttons/Linkify/Hint}}
|
|
icon: $:/plugins/tiddlywiki/markdown/images/markdown-linkify
|
|
list-after: $:/core/ui/EditorToolbar/linkify
|
|
shortcuts: ((linkify))
|
|
title: $:/plugins/tiddlywiki/markdown/EditorToolbar/linkify
|
|
tags: $:/tags/EditorToolbar
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="wrap-selection"
|
|
prefix="["
|
|
suffix="]()"
|
|
/>
|