From cb39ad5004d2b72e03054c2dc22da2774b9c8b20 Mon Sep 17 00:00:00 2001 From: Ohad Lutzky Date: Thu, 17 Oct 2024 18:03:20 +0100 Subject: [PATCH] Linked Tasks: Include tasks linked to aliases (#1120) --- website/Library/Core/Widget/Linked Tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Library/Core/Widget/Linked Tasks.md b/website/Library/Core/Widget/Linked Tasks.md index ac4af38b..66884b66 100644 --- a/website/Library/Core/Widget/Linked Tasks.md +++ b/website/Library/Core/Widget/Linked Tasks.md @@ -6,7 +6,7 @@ hooks.top: where: 'true' order: 1 --- -{{#let @linkedTasks = {task where not done and contains(name, "[[" + @page.name + "]]")}}} +{{#let @linkedTasks = {task where not done and (contains(name, "[[" + @page.name + "]]") or contains(name, "[[" + @page.name + "|"))}}} {{#if @linkedTasks}} # Linked Tasks {{#each @linkedTasks}}