Obsidian/1000s Templates/Daily Note Template 2.0.md

1.2 KiB
Executable File

date tags
<% tp.file.title %>

Links to Other Pages

Yesterday | Tomorrow

<< | >>

This Week's Weekly Note

Summary

What's Overdue!

task
from "1 Daily Notes" 
where !completed 
	and status != "-"
	and file.name != this.file.name
group by file.name

What's the plan!

What's the results!

task
from "1 Daily Notes" 
where completed
	and completion = date(this.file.name)
	and file.name != this.file.name
group by file.name

Calendar Tasks