Priority support for commands and overrides
This commit is contained in:
@@ -161,6 +161,7 @@ functions:
|
||||
command:
|
||||
name: "Mentions: Toggle"
|
||||
key: ctrl-alt-m
|
||||
priority: 5
|
||||
|
||||
renderMentions:
|
||||
path: "./linked_mentions.ts:renderMentions"
|
||||
@@ -172,6 +173,7 @@ functions:
|
||||
command:
|
||||
name: "Table of Contents: Toggle"
|
||||
key: ctrl-alt-t
|
||||
priority: 5
|
||||
|
||||
renderTOC:
|
||||
path: toc.ts:renderTOC
|
||||
|
||||
@@ -102,6 +102,7 @@ functions:
|
||||
command:
|
||||
name: "Quick Note"
|
||||
key: "Alt-Shift-n"
|
||||
priority: 3
|
||||
|
||||
dailyNoteCommand:
|
||||
path: ./template.ts:dailyNoteCommand
|
||||
|
||||
Reference in New Issue
Block a user