26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
# Daily Template
|
|
You are given the following context for my day:
|
|
$ARGUMENTS
|
|
|
|
Please update the note in the "Daily Notes" folder.
|
|
The title should be "Daily Note - YYYY-MM-DD" using today's date.
|
|
|
|
Read today's calendar from:
|
|
/Users/aj.siegel/OneDrive - ServiceNow/BoxData/CalendarEvents_YYYYMMDD.json
|
|
|
|
Read the Notion data from:
|
|
- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Projects.json
|
|
- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Tasks.json
|
|
|
|
Add or update the following sections:
|
|
1. **Priorities** - Based on the context provided and blocking tasks
|
|
2. **Blockers** - Tasks where the blocking field is filled in
|
|
3. **Focus Tasks** - Display all tasks where suggestedForToday is today
|
|
4. **Suggested Reading** - Query the Reading List database (collection://2c4abd6c-450a-804a-809a-000bc77d02c1) for 2 articles that fit today's available time blocks. Match Read time (Short <5min, Medium <15min, Long >15min) to available gaps in the schedule
|
|
|
|
## Rules
|
|
* Always provide tl;dr: summary at the top of each page
|
|
* Key actions should be summarized right below the summary
|
|
* Add a "## Table of Contents" section after the frontmatter using Obsidian internal link syntax `[[#Heading Name]]` for all H2 sections
|
|
|