Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- alias: <% tp.date.now("dddd Do MMMM YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
- energy_level:
- Random_Fact:
- win:
- My_Win:
- Song_Of_The_Day:
- ---
- ## <% tp.date.now("dddd Do MMMM YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
- #### <<[[<% 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]]>>
- ---
- ## Diary
- **Affirmations**::
- **Mood**::
- **Highlight**::
- > **Location**::
- #### This Day That Year
- ```dataview
- LIST
- FROM "Journal/Diary"
- WHERE this.file.day.month = file.day.month AND
- this.file.day.day = file.day.day AND this.file != file
- ```
- ### Thoughts
- -
- -
- ## Agenda
- %%What Will I Do Today?%%
- <%* if(tp.date.now("ddd", 0, tp.file.title, "YYYY-MM-DD") == "Sun") { _%>
- - [ ] Weekly Review
- - [ ] Next Week Planning
- - [ ] Meal Planning
- - [ ] Order Groceries for the week
- <%* } else if(tp.date.now("ddd", 0, tp.file.title, "YYYY-MM-DD") == "Sat") { _%>
- - [ ] Chores
- - [ ] Bath
- - [ ] Clean Room
- - [ ] Wash Clothes
- - [ ] Throw Garbage
- <%* } _%>
- <%* if(tp.date.now("DD-MM", 0, tp.file.title, "YYYY-MM-DD") == moment(tp.file.title,'YYYY-MM').endOf('month').format('DD-MM')){ _%>
- - [ ] Monthly Review
- - [ ] Next Month Planning
- <%* } _%>
- - [ ] Fill Journal
- ## Tasks
- ![[<% tp.date.now("gggg-[W]ww", 0, tp.file.title, "YYYY-MM-DD") %>#Weekly Tasks]]
- ## Day In A Glance
- >[!dreaming]- [Dream:: ]
- > **Lucid**::
- > **Dream_Title**::
- > **Dream_Signs**::
- > **Dream_People**::
- > **Dream_Body**::
- >[!meditation]- [Meditation:: ]
- > **Meditation_Quality**::
- > **Meditation_Duration**::
- > **Meditation_Technique**::
- > **Meditation_Experience**::
- > **Shoonya**::
- > **Shakti_Challan_Kriya**::
- > **Hatha_Yoga**::
- >[!reading]- [Reading::]
- > **Reading_Duration**::
- > **What_I_Read**::
- >[!tldr]- [Course:: ]
- > Course_Duration::
- > Course_Name::
- >[!writing]- [Writing::]
- > **Writing_Duration**::
- > **What_I_Wrote**::
- >[!watching]- [Watched:: ]
- > **What_I_Watched**::
- >[!food]- What I Ate Today:
- > **Protein**::
- > **Breakfast**::
- > **Lunch**::
- > **Dinner**::
- >[!gaming]- [Game:: ]
- > **Game_Duration**::
- > **Game_Played**::
- >[!goals]- Goals:
- > **wpm**::
- > **tape_day**::
- > **tape_night**::
- > **drawing**::
- > **Waking_Up_Time**::
- >[!exercises]- [Exercise:: ]
- >Exercise_Duration::
- >Running::
- ---
- ## Notes I worked on today:
- ```dataview
- LIST "File Day:"+file.cday
- FROM ""
- WHERE file.name!= this.file.name AND (file.cday = this.file.day OR file.mday = this.file.day)
- SORT file.mtime DESC
- ```
- ---
- ##
- > Related::
- ```dataview
- TABLE WITHOUT ID file.link + "<br>" + "<small>*Modified: "+file.mtime+"*</small> | <small>Created: "+file.ctime+"</small>" AS "See Also"
- FROM !outgoing([[#this.file.name]]) AND [[#this.file.name]]
- SORT file.name
- ```
Add Comment
Please, Sign In to add comment