Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- aliases: daily
- ---
- #meeting
- # Daily Meeting
- >[[Daily Meeting#Task history|Task History]]
- ## Open Points
- ``` tasks
- not done
- description includes Daily Meeting
- hide task count
- ```
- ## Log
- ```dataview
- list without id
- "[["+file.name+"]] - " + L
- from ""
- flatten daily as L
- where daily
- sort file.name desc
- ```
- ---
- ## Task history
- ``` tasks
- done
- description includes Daily Meeting
- hide task count
- hide backlink
- hide edit button
- sort by done
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement