mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-14 10:18:54 -06:00
ability to define a keyboard shortcut for paste markdown, closes #761
This commit is contained in:
@@ -250,6 +250,11 @@ const DEFAULT_KEYBOARD_ACTIONS = [
|
||||
actionName: "InsertDateTimeToText",
|
||||
defaultShortcuts: ["Alt+T"]
|
||||
},
|
||||
{
|
||||
actionName: "PasteMarkdownIntoText",
|
||||
defaultShortcuts: [],
|
||||
description: "Pastes Markdown from clipboard into text note"
|
||||
},
|
||||
|
||||
{
|
||||
separator: "Other"
|
||||
|
||||
Reference in New Issue
Block a user