summaryrefslogtreecommitdiff
path: root/Notes.sublime-commands
blob: f554bc0a05bbfab0a7bb8e5af8547442b761a404 (plain)
1
2
3
4
5
6
7
8
9
10
[
  {
    "caption": "Notes: New Note for Today",
    "command": "new_note"
  },
  {
    "caption": "Notes: New Note for Tomorrow",
    "command": "new_note_for_tomorrow"
  }
]