From 4da3c645173454d1fe73fea09710cb3db95f19a9 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 19 Feb 2025 13:55:16 -0500 Subject: Simplify the API for the plugin. Notes are automatically sorted on creation. --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main.py') 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 ( ) __all__= [ - "NewNoteCommand", - "OrganizeNotesCommand" + "NewNoteCommand" ] def plugin_loaded(): print("Note tools have been loaded.") - \ No newline at end of file -- cgit v1.1