From cf945133f86e7a3eb7104cc48e1daf61a1c0f45a Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 18 Dec 2022 23:58:16 +0100 Subject: [PATCH] Updated Events (markdown) --- Events.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Events.md b/Events.md index 954170f..d26b09f 100644 --- a/Events.md +++ b/Events.md @@ -17,6 +17,7 @@ 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) +* `runOnNoteContentChange` - executes when note content 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.