summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2025-02-19 13:55:16 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2025-02-19 13:55:16 -0500
commit4da3c645173454d1fe73fea09710cb3db95f19a9 (patch)
tree6ebdcf79200744d11d4e623b4af784517c2ee3da /main.py
parent83e091e7c5eefec6bd6c9001cbc35a6fb75895f7 (diff)
Simplify the API for the plugin. Notes are automatically sorted on creation.
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.py b/main.py
index d388de5..7095cf2 100644
--- a/main.py
+++ b/main.py
@@ -4,10 +4,8 @@ from .note_tools.commands import (
4) 4)
5 5
6__all__= [ 6__all__= [
7 "NewNoteCommand", 7 "NewNoteCommand"
8 "OrganizeNotesCommand"
9] 8]
10 9
11def plugin_loaded(): 10def plugin_loaded():
12 print("Note tools have been loaded.") 11 print("Note tools have been loaded.")
13 \ No newline at end of file