From c6eb143b51b0c105b157e9d408d6e9fcfaa5abfc Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 19 Feb 2025 20:01:21 -0500 Subject: add new command. Major refactor. --- Notes.sublime-commands | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Notes.sublime-commands') diff --git a/Notes.sublime-commands b/Notes.sublime-commands index 03b691b..f554bc0 100644 --- a/Notes.sublime-commands +++ b/Notes.sublime-commands @@ -2,5 +2,9 @@ { "caption": "Notes: New Note for Today", "command": "new_note" + }, + { + "caption": "Notes: New Note for Tomorrow", + "command": "new_note_for_tomorrow" } ] \ No newline at end of file -- cgit v1.1