mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
basic scheduling of backend scripts using attributes
This commit is contained in:
@@ -10,7 +10,8 @@ const BUILTIN_ATTRIBUTES = [
|
||||
'disable_versioning',
|
||||
'calendar_root',
|
||||
'hide_in_autocomplete',
|
||||
'exclude_from_export'
|
||||
'exclude_from_export',
|
||||
'run'
|
||||
];
|
||||
|
||||
async function getNoteAttributeMap(noteId) {
|
||||
|
||||
Reference in New Issue
Block a user