mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Markdown: Add link(ify) button and enable shortcut (ctrl-L) (#6691)
This commit is contained in:
parent
34f9cd952c
commit
775c7f0074
15
plugins/tiddlywiki/markdown/EditorToolbar/link.tid
Executable file
15
plugins/tiddlywiki/markdown/EditorToolbar/link.tid
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
caption: {{$:/language/Buttons/Link/Caption}} (Markdown)
|
||||||
|
condition: [<targetTiddler>type[text/x-markdown]] [<targetTiddler>type[text/markdown]]
|
||||||
|
description: {{$:/language/Buttons/Link/Hint}}
|
||||||
|
icon: $:/core/images/link
|
||||||
|
list-after: $:/core/ui/EditorToolbar/link
|
||||||
|
shortcuts: ((link))
|
||||||
|
title: $:/plugins/tiddlywiki/markdown/EditorToolbar/link
|
||||||
|
tags: $:/tags/EditorToolbar
|
||||||
|
|
||||||
|
<$action-sendmessage
|
||||||
|
$message="tm-edit-text-operation"
|
||||||
|
$param="wrap-selection"
|
||||||
|
prefix="["
|
||||||
|
suffix="]()"
|
||||||
|
/>
|
Loading…
Reference in New Issue
Block a user