1 -------------------------------------------------------------------------------
2 -- Tools to deal with task views
3 -------------------------------------------------------------------------------
4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
8 --- Opens the agenda view to show tasks
9 -- @param configuration tNotaConfiguration the plugin configuration
10 function open_agenda(configuration)
11 error("Not yet implemented")
14 --- Opens the view to show open tasks
15 -- @param configuration tNotaConfiguration the plugin configuration
16 function open_open(configuration)
17 error("Not yet implemented")
20 --- Opens the view to search the journal
21 -- @param configuration tNotaConfiguration the plugin configuration
22 function open_journal(configuration)
23 error("Not yet implemented")
26 -------------------------------------------------------------------------------
28 -------------------------------------------------------------------------------