From 2a8db5bec6fd24e01fa305b55ae69d60597d6860 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 5 Jun 2022 15:02:14 +0200 Subject: [PATCH] Updated Events (markdown) --- Events.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Events.md b/Events.md index 97c5851..ce445bc 100644 --- a/Events.md +++ b/Events.md @@ -18,6 +18,9 @@ Other events are bound to some entity, these are defined as [[relations|Attribut * `runOnNoteCreation` - executes when note is created on backend * `runOnNoteTitleChange` - executes when note title is changed (includes note creation as well) * `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 * `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