Skip to content

Placeholder for document title? Or fixed date when due/done? #539

Answered by therden
scottsemple asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @scottsemple.

It sounds like your Done section exists within a Daily Note. If so, and if you name your daily note files using the YYYY-MM-DD convention, then you can accomplish what you want using the Dataview community plugin and the following query:

```dataview
TASK
WHERE date(completion) = date(this.file.name)
GROUP BY not_a_real_fieldname
```

However: If I wanted, within each Daily Note, a static list of the tasks that I'd completed on that date (regardless of where in my vault they originated or even if the note they were in was later deleted), then I'd be very tempted to use a more hands-on approach. You could stick with the Tasks query that you're already using (presumably in …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@scottsemple
Comment options

Answer selected by scottsemple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants