Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c0a2688

Browse files
committed
Document #run=mobileStartup (fixes #290)
1 parent 8646308 commit c0a2688

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/public/app/widgets/attribute_widgets/attribute_detail.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,9 @@ const ATTR_HELP = {
190190
"excludeFromExport": "notes (with their sub-tree) won't be included in any note export",
191191
"run": `defines on which events script should run. Possible values are:
192192
<ul>
193-
<li>frontendStartup - when Trilium frontend starts up (or is refreshed).</li>
194-
<li>backendStartup - when Trilium backend starts up</li>
193+
<li>frontendStartup - when Trilium frontend starts up (or is refreshed), but not on mobile.</li>
194+
<li>mobileStartup - when Trilium frontend starts up (or is refreshed), on mobile.</li>
195+
<li>backendStartup - when Trilium backend starts up.</li>
195196
<li>hourly - run once an hour. You can use additional label <code>runAtHour</code> to specify at which hour.</li>
196197
<li>daily - run once a day</li>
197198
</ul>`,

0 commit comments

Comments
 (0)