1 -------------------------------------------------------------------------------
2 -- Tools to deal with the plan file
3 -------------------------------------------------------------------------------
4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
8 --- Opens the active plan file
9 -- @param configuration tNotaConfiguration the plugin configuration
10 function open_plan(configuration)
11 error("Not yet implemented")
14 --- Capture a new plan file and archive the current one
15 -- @param configuration tNotaConfiguration the plugin configuration
16 function capture_plan(configuration)
17 error("Not yet implemented")
20 -------------------------------------------------------------------------------
22 -------------------------------------------------------------------------------