diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-20 12:40:49 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-02-20 12:40:49 -0500 |
commit | 8978a195055844e22ef9ad736f1494c82a5fc235 (patch) | |
tree | db033ca0f5e414faf9e3c1a7835c438f35a52780 /Notes.sublime-commands | |
parent | 116c309b2efc394123f2cc67625effc3b2426a22 (diff) | |
parent | 590e84a29672f5ecf458d53aa1d4ca587f7c47a6 (diff) |
Merge branch 'develop'
Diffstat (limited to 'Notes.sublime-commands')
-rw-r--r-- | Notes.sublime-commands | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Notes.sublime-commands b/Notes.sublime-commands new file mode 100644 index 0000000..f554bc0 --- /dev/null +++ b/Notes.sublime-commands | |||
@@ -0,0 +1,10 @@ | |||
1 | [ | ||
2 | { | ||
3 | "caption": "Notes: New Note for Today", | ||
4 | "command": "new_note" | ||
5 | }, | ||
6 | { | ||
7 | "caption": "Notes: New Note for Tomorrow", | ||
8 | "command": "new_note_for_tomorrow" | ||
9 | } | ||
10 | ] \ No newline at end of file | ||