Linked Tasks: Include tasks linked to aliases (#1120)
parent
5765540a3a
commit
cb39ad5004
|
@ -6,7 +6,7 @@ hooks.top:
|
||||||
where: 'true'
|
where: 'true'
|
||||||
order: 1
|
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}}
|
{{#if @linkedTasks}}
|
||||||
# Linked Tasks
|
# Linked Tasks
|
||||||
{{#each @linkedTasks}}
|
{{#each @linkedTasks}}
|
||||||
|
|
Loading…
Reference in New Issue