From fa9d444ea4df909f567a4881d40ad4028dd6f729 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 5 Jun 2022 15:04:24 +0200 Subject: [PATCH] Updated Events (markdown) --- Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Events.md b/Events.md index ce445bc..954170f 100644 --- a/Events.md +++ b/Events.md @@ -20,7 +20,7 @@ Other events are bound to some entity, these are defined as [[relations|Attribut * `runOnNoteChange` - executes when note is changed (includes note creation as well) * `runOnNoteDeletion` - executes when note is being deleted * `runOnBranchCreation` - executes when a branch is created. Branch is a link between parent note and child note and is created e.g. when cloning or moving note. -* `runOnBranchDeletion` - executes when a branch is delete. Branch is a link between parent note and child note and is deleted e.g. when moving note (old branch +* `runOnBranchDeletion` - executes when a branch is delete. Branch is a link between parent note and child note and is deleted e.g. when moving note (old branch/link is deleted). * `runOnChildNoteCreation` - executes when new note is created under *this* note * `runOnAttributeCreation` - executes when new attribute is created under *this* note * `runOnAttributeChange` - executes when attribute is changed under *this* note