Fixed link to Task template

pull/1062/head
Zef Hemel 2024-08-22 19:52:54 +02:00
parent d111966911
commit 6f91b65457
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ task where page = @page.name
``` ```
## Rendering ## Rendering
There is a [[!silverbullet.md/template/tasks/task]] template you can use to render tasks nicely rather than using the default table (as demonstrated above). When you use this template, you can even cycle through the states of the task by click on its state _inside_ the rendered query, and it will update the state of the _original_ task automatically, this works across pages. There is a [[^Library/Core/Query/Task]] template you can use to render tasks nicely rather than using the default table (as demonstrated above). When you use this template, you can even cycle through the states of the task by click on its state _inside_ the rendered query, and it will update the state of the _original_ task automatically, this works across pages.