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-menu | |
| parent | 116c309b2efc394123f2cc67625effc3b2426a22 (diff) | |
| parent | 590e84a29672f5ecf458d53aa1d4ca587f7c47a6 (diff) | |
Merge branch 'develop'
Diffstat (limited to 'Notes.sublime-menu')
| -rw-r--r-- | Notes.sublime-menu | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Notes.sublime-menu b/Notes.sublime-menu new file mode 100644 index 0000000..cb87c38 --- /dev/null +++ b/Notes.sublime-menu | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | [ | ||
| 2 | { | ||
| 3 | "id": "tools", | ||
| 4 | "children": [ | ||
| 5 | { | ||
| 6 | "caption": "Notes", | ||
| 7 | "children": [ | ||
| 8 | { | ||
| 9 | "caption": "New Note for Today", | ||
| 10 | "command": "new_note" | ||
| 11 | }, | ||
| 12 | { | ||
| 13 | "caption": "New Note for Tomorrow", | ||
| 14 | "command": "new_note_for_tomorrow" | ||
| 15 | } | ||
| 16 | ] | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } | ||
| 20 | ] \ No newline at end of file | ||
