X-Git-Url: https://git.r.bdr.sh/rbdr/nota.nvim/blobdiff_plain/56292c7915662bbf721ca8c3d2cee6a04134a9c6..HEAD:/lua/task_views.lua diff --git a/lua/task_views.lua b/lua/task_views.lua deleted file mode 100644 index f763996..0000000 --- a/lua/task_views.lua +++ /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 --------------------------------------------------------------------------------