diff options
Diffstat (limited to 'Notes.sublime-menu')
| -rw-r--r-- | Notes.sublime-menu | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Notes.sublime-menu b/Notes.sublime-menu new file mode 100644 index 0000000..cf9560f --- /dev/null +++ b/Notes.sublime-menu | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | } | ||
| 14 | ] | ||
| 15 | } | ||
| 16 | ] \ No newline at end of file | ||
