From d5a3c828b84c89900fbc9d67216cf4823c96a0af Mon Sep 17 00:00:00 2001 From: matt wilkie Date: Tue, 15 Oct 2024 01:25:11 -0700 Subject: [PATCH] fix broken link link was escaped, so didn't link, but also weirdly created a table in rendered view --- Wiki/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wiki/scripts.md b/Wiki/scripts.md index 2db6209..093d45e 100644 --- a/Wiki/scripts.md +++ b/Wiki/scripts.md @@ -41,7 +41,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.md) `#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|Mobile frontend\]\] - if you want to have scripts running there, give the script `#run=mobileStartup` label) +(`#run=frontendStartup` does not work for [Mobile frontend](mobile-frontend.md) - if you want to have scripts running there, give the script `#run=mobileStartup` label) ### More showcases