summaryrefslogtreecommitdiff
path: root/Notes.sublime-menu
diff options
context:
space:
mode:
Diffstat (limited to 'Notes.sublime-menu')
-rw-r--r--Notes.sublime-menu20
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