Priority support for commands and overrides

This commit is contained in:
Zef Hemel
2024-01-02 13:47:43 +01:00
parent fd6f7c28c9
commit c63a93e866
8 changed files with 25 additions and 8 deletions
+2
View File
@@ -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
+1
View File
@@ -102,6 +102,7 @@ functions:
command:
name: "Quick Note"
key: "Alt-Shift-n"
priority: 3
dailyNoteCommand:
path: ./template.ts:dailyNoteCommand