From 5ff7e6062b7c6c1453f4d31dd43cb40f26b29605 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 13 Mar 2016 11:20:36 -0400 Subject: [PATCH] Docs: Added note about no hook system --- doc/project.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/project.txt b/doc/project.txt index 00074d75..dcfd930c 100644 --- a/doc/project.txt +++ b/doc/project.txt @@ -118,5 +118,7 @@ A simple extension mechanism allows custom reports to be written and shared. - Need syntax to adjust any recorded data. -- It should be forgiving when you forgot to stop a task. Maybe a specific command, instead of "stop" use "forgot" or directly "edit". Then I would like to express either "stopped 30min ago" or "it lasted only 1hour” +- It should be forgiving when you forgot to stop a task. Maybe a specific command, instead of "stop" use "forgot" or directly "edit". Then I would like to express either "stopped 30min ago" or "it lasted only 1hour”. + +- There is no hook system, but there will be rules that accomplish the same thing, almost.