Linked Tasks: Include tasks linked to aliases (#1120)

pull/1116/head
Ohad Lutzky 2024-10-17 18:03:20 +01:00 committed by GitHub
parent 5765540a3a
commit cb39ad5004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}}