2025-03-30 22:29:29 +03:00
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "../../../style.css" >
< base target = "_parent" >
< title data-trilium-title > Task manager< / title >
< / head >
< body >
< div class = "content" >
< h1 data-trilium-h1 > Task manager< / h1 >
< div class = "ck-content" >
2025-11-05 08:19:25 +02:00
< p > This is a simple TODO/Task manager. See the < a href = "https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases/task-manager" > Trilium documentation< / a > for
information on how it works.< / p >
2025-03-30 23:51:46 +03:00
< p > Please note that this is meant as scripting example only and feature/bug
support is very limited.< / p >
2025-03-30 22:29:29 +03:00
< / div >
< / div >
< / body >
< / html >