Linked Tasks: Include tasks linked to aliases (#1120)
parent
5765540a3a
commit
cb39ad5004
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue