------------------------------------------------------------------------------- -- Tools to deal with the plan file ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -- Public Interface ------------------------------------------------------------------------------- --- Opens the active plan file -- @param configuration tNotaConfiguration the plugin configuration function open_plan(configuration) error("Not yet implemented") end --- Capture a new plan file and archive the current one -- @param configuration tNotaConfiguration the plugin configuration function capture_plan(configuration) error("Not yet implemented") end ------------------------------------------------------------------------------- -- Internal Functions -------------------------------------------------------------------------------