From 81510863edbfb391094a005080b4817bedce2975 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 15 Nov 2023 08:43:01 +0100 Subject: [PATCH] added: command to create quick new note without title prompt --- main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.js b/main.js index 40a8073..7162623 100644 --- a/main.js +++ b/main.js @@ -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,