mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
add runOnNoteContentChange into the autocomplete
This commit is contained in:
parent
082caf98e8
commit
8eaef3e1d8
@ -71,6 +71,7 @@ module.exports = [
|
|||||||
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },
|
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },
|
||||||
{ type: 'relation', name: 'runOnNoteTitleChange', isDangerous: true },
|
{ type: 'relation', name: 'runOnNoteTitleChange', isDangerous: true },
|
||||||
{ type: 'relation', name: 'runOnNoteChange', isDangerous: true },
|
{ type: 'relation', name: 'runOnNoteChange', isDangerous: true },
|
||||||
|
{ type: 'relation', name: 'runOnNoteContentChange', isDangerous: true },
|
||||||
{ type: 'relation', name: 'runOnNoteDeletion', isDangerous: true },
|
{ type: 'relation', name: 'runOnNoteDeletion', isDangerous: true },
|
||||||
{ type: 'relation', name: 'runOnBranchCreation', isDangerous: true },
|
{ type: 'relation', name: 'runOnBranchCreation', isDangerous: true },
|
||||||
{ type: 'relation', name: 'runOnBranchDeletion', isDangerous: true },
|
{ type: 'relation', name: 'runOnBranchDeletion', isDangerous: true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user