From 6cd9cab41db438c3a94bfd441d6e18bec2026385 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 19 Feb 2025 18:56:45 -0500 Subject: Add command file and menu file. --- Notes.sublime-commands | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Notes.sublime-commands (limited to 'Notes.sublime-commands') diff --git a/Notes.sublime-commands b/Notes.sublime-commands new file mode 100644 index 0000000..03b691b --- /dev/null +++ b/Notes.sublime-commands @@ -0,0 +1,6 @@ +[ + { + "caption": "Notes: New Note for Today", + "command": "new_note" + } +] \ No newline at end of file -- cgit v1.1