summaryrefslogtreecommitdiff
path: root/Notes.sublime-menu
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2025-02-19 20:01:21 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2025-02-19 20:01:21 -0500
commitc6eb143b51b0c105b157e9d408d6e9fcfaa5abfc (patch)
tree407a42b94798d98a15a49198b65fe8a9a0b46b9e /Notes.sublime-menu
parent6cd9cab41db438c3a94bfd441d6e18bec2026385 (diff)
add new command. Major refactor.
Diffstat (limited to 'Notes.sublime-menu')
-rw-r--r--Notes.sublime-menu4
1 files changed, 4 insertions, 0 deletions
diff --git a/Notes.sublime-menu b/Notes.sublime-menu
index cf9560f..cb87c38 100644
--- a/Notes.sublime-menu
+++ b/Notes.sublime-menu
@@ -8,6 +8,10 @@
8 { 8 {
9 "caption": "New Note for Today", 9 "caption": "New Note for Today",
10 "command": "new_note" 10 "command": "new_note"
11 },
12 {
13 "caption": "New Note for Tomorrow",
14 "command": "new_note_for_tomorrow"
11 } 15 }
12 ] 16 ]
13 } 17 }