From 2e3617f877e569dbca581cdc65cc5c9dff64912c Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 18 Nov 2021 22:36:26 +0100 Subject: [PATCH] Updated Scripts (markdown) --- Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts.md b/Scripts.md index 2c4f587..baaf872 100644 --- a/Scripts.md +++ b/Scripts.md @@ -38,7 +38,7 @@ We need to execute it every time Trilium starts up, but we probably don't want t The solution is marked by red circle at the bottom - this note has [[label|Attributes]] `#run=frontendStartup` - this is one of the "system" labels which Trilium understands. As you might guess, this will cause all such labeled script notes to be executed once Trilium frontend starts up. -(`#run=frontendStartup` does not work for mobile server frontend - if you want to have scripts running there, give the script ``#run=mobileStartup` label) +(`#run=frontendStartup` does not work for [[mobile server frontend|Mobile frontend]] - if you want to have scripts running there, give the script ``#run=mobileStartup` label) ### More showcases