1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-14 16:29:42 +00:00
TiddlyWiki5/plugins/tiddlywiki/markdown/KeyboardShortcuts/new-markdown-tiddler.tid
Max Schillinger 91cfb217d8
Markdown: Add shortcut for new Markdown tiddler (#6696)
ctrl-M on mac, alt-M on other platforms
2022-05-15 18:46:32 +02:00

9 lines
493 B
Plaintext

title: $:/plugins/tiddlywiki/markdown/KeyboardShortcuts/new-markdown-tiddler
tags: $:/tags/KeyboardShortcut
key: ((new-markdown-tiddler))
\whitespace trim
<$navigator story="$:/StoryList" history="$:/HistoryList" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>
<$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
</$navigator>