Skip to content

Instantly share code, notes, and snippets.

@lguenth
Created September 7, 2022 19:03
Show Gist options
  • Save lguenth/1ea6ccca26cbea30f00d1bdde142ee9f to your computer and use it in GitHub Desktop.
Save lguenth/1ea6ccca26cbea30f00d1bdde142ee9f to your computer and use it in GitHub Desktop.
Weekly Note Template
tags
dated/weekly

Week <% tp.date.weekday("WW", 0, tp.file.title, "YYYY-[W]WW") %> (<% tp.date.weekday("DD.MM.", 0, tp.file.title, "YYYY-[W]WW") %> - <% tp.date.weekday("DD.MM.", 6, tp.file.title, "YYYY-[W]WW") %>)

Monday (<% tp.date.weekday("DD.MM.", 0, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority

Tuesday (<% tp.date.weekday("DD.MM.", 1, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority

Wednesday (<% tp.date.weekday("DD.MM.", 2, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 2, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority

Thursday (<% tp.date.weekday("DD.MM.", 3, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority

Friday (<% tp.date.weekday("DD.MM.", 4, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 4, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority

Saturday (<% tp.date.weekday("DD.MM.", 5, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority

Sunday (<% tp.date.weekday("DD.MM.", 6, tp.file.title, "YYYY-[W]WW") %>)

not done
happens <% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]WW") %>
no start date
hide recurrence rules
hide due date
hide scheduled date
sort by priority
@lguenth
Copy link
Author

lguenth commented Sep 7, 2022

This template is to be used in Obsidian and relies on the plugins Templater and Tasks. It gets created through Periodic Notes, where the file title needs to be in the format YYYY-[W]WW (else Templater can't format the days).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment