Advertisement
dhniceday

Untitled

Mar 10th, 2023
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ---
  2. aliases: daily
  3. ---
  4.  
  5. #meeting
  6.  
  7. # Daily Meeting
  8.  
  9. >[[Daily Meeting#Task history|Task History]]
  10.  
  11. ## Open Points
  12.  
  13. ``` tasks
  14. not done
  15. description includes Daily Meeting
  16. hide task count
  17. ```
  18.  
  19. ## Log
  20.  
  21. ```dataview
  22. list without id
  23. "[["+file.name+"]] - " + L
  24. from ""
  25. flatten daily as L
  26. where daily
  27. sort file.name desc
  28. ```
  29. ---
  30.  
  31. ## Task history
  32.  
  33. ``` tasks
  34. done
  35. description includes Daily Meeting
  36. hide task count
  37. hide backlink
  38. hide edit button
  39. sort by done
  40. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement