diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-19 20:01:21 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-19 20:01:21 -0500 |
commit | c6eb143b51b0c105b157e9d408d6e9fcfaa5abfc (patch) | |
tree | 407a42b94798d98a15a49198b65fe8a9a0b46b9e /Notes.sublime-commands | |
parent | 6cd9cab41db438c3a94bfd441d6e18bec2026385 (diff) |
add new command. Major refactor.
Diffstat (limited to 'Notes.sublime-commands')
-rw-r--r-- | Notes.sublime-commands | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
2 | { | 2 | { |
3 | "caption": "Notes: New Note for Today", | 3 | "caption": "Notes: New Note for Today", |
4 | "command": "new_note" | 4 | "command": "new_note" |
5 | }, | ||
6 | { | ||
7 | "caption": "Notes: New Note for Tomorrow", | ||
8 | "command": "new_note_for_tomorrow" | ||
5 | } | 9 | } |
6 | ] \ No newline at end of file | 10 | ] \ No newline at end of file |