summaryrefslogtreecommitdiff
path: root/Notes.sublime-menu
blob: cb87c3825e1b18aafba0b0d49edc26f73942a80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "id": "tools",
    "children": [
      {
        "caption": "Notes",
        "children": [
          {
            "caption": "New Note for Today",
            "command": "new_note"
          },
          {
            "caption": "New Note for Tomorrow",
            "command": "new_note_for_tomorrow"
          }
        ]
      }
    ]
  }
]