From e409441b56f7825439c85c2feb1f7482181b0922 Mon Sep 17 00:00:00 2001 From: viq Date: Sun, 6 Mar 2022 23:03:58 +0100 Subject: [PATCH] Fix typo in attribute name --- Task manager.md => Task-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Task manager.md => Task-manager.md (97%) diff --git a/Task manager.md b/Task-manager.md similarity index 97% rename from Task manager.md rename to Task-manager.md index 7c9d134..25777f7 100644 --- a/Task manager.md +++ b/Task-manager.md @@ -13,7 +13,7 @@ New tasks are created in the TODO note which has `~child:template` [[relation|at ### Attributes -Task template defines several [[promoted attributes]] - todoDate, doneData, tags, location. Importantly it also defines `~runOnAttributeChange` relation - [[event|events]] handler which is run on attribute change. This [[script|scripts]] handles when e.g. we fill out the doneDate attribute - meaning the task is done and should be moved to "Done" note and removed from TODO, locations and tags. +Task template defines several [[promoted attributes]] - todoDate, doneDate, tags, location. Importantly it also defines `~runOnAttributeChange` relation - [[event|events]] handler which is run on attribute change. This [[script|scripts]] handles when e.g. we fill out the doneDate attribute - meaning the task is done and should be moved to "Done" note and removed from TODO, locations and tags. ### New task button