added: command to create quick new note without title prompt

This commit is contained in:
quenousimporte 2023-11-15 08:43:01 +01:00
parent d85335a9da
commit 81510863ed
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ var commands = [
hint: "New note",
action: startnewnote
},
{
shortcut: "ctrl+shift+N",
hint: "Quick new note",
action: quicknewnote
},
{
hint: "Force save",
action: save,