diff options
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 | ||