mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Markdown: Add shortcut for new Markdown tiddler (#6696)
ctrl-M on mac, alt-M on other platforms
This commit is contained in:
parent
1a377a485b
commit
91cfb217d8
@ -0,0 +1,8 @@
|
||||
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>
|
5
plugins/tiddlywiki/markdown/config.multids
Normal file
5
plugins/tiddlywiki/markdown/config.multids
Normal file
@ -0,0 +1,5 @@
|
||||
title: $:/config/
|
||||
|
||||
ShortcutInfo/new-markdown-tiddler: {{$:/language/Buttons/NewMarkdown/Hint}}
|
||||
shortcuts-mac/new-markdown-tiddler: ctrl-M
|
||||
shortcuts-not-mac/new-markdown-tiddler: alt-M
|
Loading…
Reference in New Issue
Block a user