Skip to content

Latest commit

 

History

History
48 lines (48 loc) · 1.48 KB

Dashboard.md

File metadata and controls

48 lines (48 loc) · 1.48 KB
.banner .banner_y .banner_lock
[[codingbackgroundfire.png]]
1
true

Today's overview

[[Inbox]] 📥

path includes Reminders
not done

[[Logbook]] 🚀

:obs_plus_with_circle: ="[[Logbook/" + dateformat(date(today), "yyyy-MM-dd") + "|Today]]"

customJS.Logbook.tableTodayAndYesterday(dv)

Meetings 📆

:obs_plus_with_circle: ="[[Meetings/Meeting " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Meeting]]"

customJS.Meetings.tableUpcomingAndPinned(this, dv);

Questions ❓

:obs_plus_with_circle: ="[[Questions/Question " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Question]]"

customJS.Questions.tableUnanswered(this, dv)

Notes 📝

:obs_plus_with_circle: ="[[Notes/Note " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Note]]"

customJS.Notes.tablePinnedNotes(dv)

[[Tasks]] ☑️

:obs_plus_with_circle: ="[[Tasks/Task " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Task]]"

customJS.Tasks.tablePlannedToday(this, dv);

[[Logbook|Timesheet]] ⌚

:obs_plus_with_circle: ="[[Time Sheet/" + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Ad-Hoc]]"

Today

customJS.TimeSheet.table(this, dv, dv.date("today"));

Yesterday %% fold %%

customJS.TimeSheet.table(this, dv, dv.date("yesterday"));

[[Projects]] 📂

:obs_plus_with_circle: ="[[Projects/Project " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Project]]"