]> git.r.bdr.sh - rbdr/nota.nvim/blobdiff - lua/task_views.lua
Namespace the plugin
[rbdr/nota.nvim] / lua / task_views.lua
diff --git a/lua/task_views.lua b/lua/task_views.lua
deleted file mode 100644 (file)
index f763996..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
--------------------------------------------------------------------------------
--- Tools to deal with task views
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--- Public Interface
--------------------------------------------------------------------------------
-
---- Opens the agenda view to show tasks
--- @param configuration tNotaConfiguration the plugin configuration
-function open_agenda(configuration)
-  error("Not yet implemented")
-end
-
---- Opens the view to show open tasks
--- @param configuration tNotaConfiguration the plugin configuration
-function open_open(configuration)
-  error("Not yet implemented")
-end
-
---- Opens the view to search the journal
--- @param configuration tNotaConfiguration the plugin configuration
-function open_journal(configuration)
-  error("Not yet implemented")
-end
-
--------------------------------------------------------------------------------
--- Internal Functions
--------------------------------------------------------------------------------