.banner | .banner_y | .banner_lock |
---|---|---|
[[codingbackgroundfire.png]] |
1 |
true |
Today's overview
path includes Reminders
not done
:obs_plus_with_circle: ="[[Logbook/" + dateformat(date(today), "yyyy-MM-dd") + "|Today]]"
customJS.Logbook.tableTodayAndYesterday(dv)
:obs_plus_with_circle: ="[[Meetings/Meeting " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Meeting]]"
customJS.Meetings.tableUpcomingAndPinned(this, dv);
:obs_plus_with_circle: ="[[Questions/Question " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Question]]"
customJS.Questions.tableUnanswered(this, dv)
:obs_plus_with_circle: ="[[Notes/Note " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Note]]"
customJS.Notes.tablePinnedNotes(dv)
:obs_plus_with_circle: ="[[Tasks/Task " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Task]]"
customJS.Tasks.tablePlannedToday(this, dv);
:obs_plus_with_circle: ="[[Time Sheet/" + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Ad-Hoc]]"
customJS.TimeSheet.table(this, dv, dv.date("today"));
customJS.TimeSheet.table(this, dv, dv.date("yesterday"));
:obs_plus_with_circle: ="[[Projects/Project " + dateformat(date(now), "yyyy-MM-dd-HH-mm-ss") + "|Project]]"