Cours

Recent quick notes

${widgets.commandButton("Create quick note", "Quick Note")} ${some(query[ from p = index.subPages("Inbox") order by p.lastModified desc limit 10 select templates.fullPageItem(p) ](< from p = index.subPages("Inbox") order by p.lastModified desc limit 10 select templates.fullPageItem(p)

)) or "No quick notes yet!"}

Recent incomplete task

${some(query[ from t = index.tasks() where not t.done and table.includes(t.tags, "todo") order by t.pageLastModified desc limit 10 select templates.taskItem(t) ](< from t = index.tasks() where not t.done and table.includes(t.tags, "todo") order by t.pageLastModified desc limit 10 select templates.taskItem(t)

)) or "All tasks done!"}

Recently modified pages

${query[ from p = index.contentPages() order by p.lastModified desc limit 10 select templates.fullPageItem(p) ](< from p = index.contentPages() order by p.lastModified desc limit 10 select templates.fullPageItem(p)

)}

docs/rapport-ppp.pdf