------------------------------------------------------------------------------- -- 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 -------------------------------------------------------------------------------