Skip to content

Instantly share code, notes, and snippets.

@tedwardd
Created March 11, 2025 17:39
Show Gist options
  • Save tedwardd/7489c29a062e7d946db2ebbc2199028f to your computer and use it in GitHub Desktop.
Save tedwardd/7489c29a062e7d946db2ebbc2199028f to your computer and use it in GitHub Desktop.

Last Modified: $= dv.current().file.mtime

<% tp.file.title %>

<< [[<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>]]>>

Tasks

Over Due

not done
due before <% tp.date.now("YYYY-MM-DD") %>

Due Today

not done
due on <% tp.date.now("YYYY-MM-DD") %>

New Today

  • [ ]

Meeting Log

Daily Log

In Flight Projects

TABLE file.frontmatter["Due Date"] as "Due Date"
FROM "Work/Projects and Work"
WHERE Status != "Done" AND Created <= this.Created

Overdue Projects

TABLE file.frontmatter["Due Date"] as "Due Date"
FROM "Work/Projects and Work"
WHERE Status != "Done" AND file.frontmatter["Due Date"] <= this.file.frontmatter.Created AND file.frontmatter["Due Date"] != null

Daily Check List

Start of Day

  • Zero out Inbox
  • Check Slack
  • Check Calendar - Add to Meeting Log Above

After Lunch

  • Zero out Inbox
  • Check Slack

End of Day

  • Clean Unused Headings in Daily Log
  • Check tomorrow's calendar
  • Check Email for new meeting invites

Other Tasks

No Due Date

not done
no due date
folder includes Work/

Done Today

done on <% tp.date.now("YYYY-MM-DD") %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment