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