mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-06 20:29:12 -05:00
fixes
This commit is contained in:
@@ -182,11 +182,11 @@ const ATTR_HELP = {
|
||||
<ul>
|
||||
<li>frontendStartup - when Trilium frontend starts up (or is refreshed).</li>
|
||||
<li>backendStartup - when Trilium backend starts up</li>
|
||||
<li>hourly - run once an hour. You can use additional label <code>runAtHours</code> to specify at which hour.</li>
|
||||
<li>hourly - run once an hour. You can use additional label <code>runAtHour</code> to specify at which hour.</li>
|
||||
<li>daily - run once a day</li>
|
||||
</ul>`,
|
||||
"runOnInstance": "Define which trilium instance should run this on. Default to all instances.",
|
||||
"runAtHour": "On which hour should this run. Should be used together with <code>#run=hourly</code>",
|
||||
"runAtHour": "On which hour should this run. Should be used together with <code>#run=hourly</code>. Can be defined multiple times for more runs during the day.",
|
||||
"disableInclusion": "scripts with this label won't be included into parent script execution.",
|
||||
"sorted": "keeps child notes sorted by title alphabetically",
|
||||
"hidePromotedAttributes": "Hide promoted attributes on this note",
|
||||
|
||||
@@ -26,7 +26,7 @@ const BUILTIN_ATTRIBUTES = [
|
||||
{ type: 'label', name: 'keyboardShortcut' },
|
||||
{ type: 'label', name: 'run', isDangerous: true },
|
||||
{ type: 'label', name: 'runOnInstance', isDangerous: false },
|
||||
{ type: 'label', name: 'runAtHours', isDangerous: false },
|
||||
{ type: 'label', name: 'runAtHour', isDangerous: false },
|
||||
{ type: 'label', name: 'customRequestHandler', isDangerous: true },
|
||||
{ type: 'label', name: 'customResourceProvider', isDangerous: true },
|
||||
{ type: 'label', name: 'widget', isDangerous: true },
|
||||
|
||||
Reference in New Issue
Block a user