basic scheduling of backend scripts using attributes

This commit is contained in:
azivner
2018-03-02 20:56:58 -05:00
parent 31d5ac05ff
commit 982b723647
4 changed files with 43 additions and 1 deletions

View File

@@ -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) {