zDimacedRuler

Daily Template

Feb 7th, 2024
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.89 KB | Source Code | 0 0
  1. ---
  2. alias: <% tp.date.now("dddd Do MMMM YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
  3. energy_level:
  4. Random_Fact:
  5. win:
  6. My_Win:
  7. Song_Of_The_Day:
  8. ---
  9. ## <% tp.date.now("dddd Do MMMM YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
  10. #### <<[[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>|Yesterday]] | [[<% tp.date.now("gggg-[W]ww", 0, tp.file.title, "YYYY-MM-DD")%>|Week]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>|Tomorrow]]>>
  11.  
  12. ---
  13. ## Diary
  14.  
  15. **Affirmations**::
  16. **Mood**::
  17. **Highlight**::
  18.  
  19. > **Location**::
  20.  
  21. #### This Day That Year
  22. ```dataview
  23. LIST
  24. FROM "Journal/Diary"
  25. WHERE this.file.day.month = file.day.month AND
  26. this.file.day.day = file.day.day AND this.file != file
  27. ```
  28. ### Thoughts
  29. -
  30. -
  31. ## Agenda
  32. %%What Will I Do Today?%%
  33.  
  34. <%* if(tp.date.now("ddd", 0, tp.file.title, "YYYY-MM-DD") == "Sun") { _%>
  35. - [ ] Weekly Review
  36. - [ ] Next Week Planning
  37. - [ ] Meal Planning
  38. - [ ] Order Groceries for the week
  39. <%* } else if(tp.date.now("ddd", 0, tp.file.title, "YYYY-MM-DD") == "Sat") { _%>
  40. - [ ] Chores
  41.     - [ ] Bath
  42.     - [ ] Clean Room
  43.     - [ ] Wash Clothes
  44.     - [ ] Throw Garbage
  45. <%* } _%>
  46. <%* if(tp.date.now("DD-MM", 0, tp.file.title, "YYYY-MM-DD") == moment(tp.file.title,'YYYY-MM').endOf('month').format('DD-MM')){ _%>
  47. - [ ] Monthly Review
  48. - [ ] Next Month Planning
  49. <%* } _%>
  50. - [ ] Fill Journal
  51. ## Tasks
  52. ![[<% tp.date.now("gggg-[W]ww", 0, tp.file.title, "YYYY-MM-DD") %>#Weekly Tasks]]
  53.  
  54. ## Day In A Glance
  55.  
  56. >[!dreaming]- [Dream:: ]
  57. > **Lucid**::
  58. > **Dream_Title**::
  59. > **Dream_Signs**::
  60. > **Dream_People**::
  61. > **Dream_Body**::
  62.  
  63. >[!meditation]- [Meditation:: ]
  64. > **Meditation_Quality**::
  65. > **Meditation_Duration**::
  66. > **Meditation_Technique**::
  67. > **Meditation_Experience**::
  68. > **Shoonya**::
  69. > **Shakti_Challan_Kriya**::
  70. > **Hatha_Yoga**::
  71.  
  72. >[!reading]- [Reading::]
  73. > **Reading_Duration**::
  74. > **What_I_Read**::
  75.  
  76. >[!tldr]- [Course:: ]
  77. > Course_Duration::
  78. > Course_Name::
  79.  
  80. >[!writing]- [Writing::]
  81. > **Writing_Duration**::  
  82. > **What_I_Wrote**::
  83.  
  84. >[!watching]- [Watched:: ]
  85. > **What_I_Watched**::
  86.  
  87. >[!food]- What I Ate Today:
  88. > **Protein**::
  89. > **Breakfast**::
  90. > **Lunch**::
  91. > **Dinner**::
  92.  
  93. >[!gaming]- [Game:: ]
  94. > **Game_Duration**::
  95. > **Game_Played**::
  96.  
  97. >[!goals]- Goals:
  98. > **wpm**::
  99. > **tape_day**::
  100. > **tape_night**::
  101. > **drawing**::
  102. > **Waking_Up_Time**::
  103.  
  104. >[!exercises]- [Exercise:: ]
  105. >Exercise_Duration::
  106. >Running::
  107.  
  108. ---
  109. ## Notes I worked on today:
  110. ```dataview
  111. LIST "File Day:"+file.cday
  112. FROM ""
  113. WHERE file.name!= this.file.name AND (file.cday = this.file.day OR file.mday = this.file.day)
  114. SORT file.mtime DESC
  115. ```
  116. ---
  117. ##
  118. > Related::
  119. ```dataview
  120. TABLE WITHOUT ID  file.link + "<br>" + "<small>*Modified: "+file.mtime+"*</small> | <small>Created: "+file.ctime+"</small>" AS "See Also"
  121. FROM !outgoing([[#this.file.name]]) AND [[#this.file.name]]
  122. SORT file.name
  123. ```
Add Comment
Please, Sign In to add comment