diff --git a/99 - Templates/(TEMPLATE) Daily (Vanilla).md b/99 - Templates/(TEMPLATE) Daily (Vanilla).md new file mode 100644 index 0000000..9b80843 --- /dev/null +++ b/99 - Templates/(TEMPLATE) Daily (Vanilla).md @@ -0,0 +1,20 @@ +--- +date: <%tp.date.now("YYYY-MM-DD")%>T<%tp.date.now("HH:mm")%> +tags: + - Daily +cssclasses: + - daily + <% "- " + tp.date.now("dddd", 0, tp.file.title, "YYYYMMDD").toLowerCase() %> +--- +# DAILY NOTE +## <% tp.date.now("dddd, MMMM Do, YYYY", 0, tp.file.title, "YYYYMMDD") %> +*** +### Journal +#### TIME +Customize this template to your liking! +... +*** +### Tasks +- [ ] Task 1 +- [ ] Task 2 +- [ ] Task 3 \ No newline at end of file diff --git a/99 - Templates/(TEMPLATE) Daily.md b/99 - Templates/(TEMPLATE) Daily.md new file mode 100644 index 0000000..52316ca --- /dev/null +++ b/99 - Templates/(TEMPLATE) Daily.md @@ -0,0 +1,15 @@ +--- +date: {{date}}T{{time}} +tags: [Daily] +cssclasses: [daily, {{date:dddd}}] +--- +# DAILY NOTE +### *{{date:dddd, MMMM Do, YYYY}}* + +## Journal +... + +## Ongoing Tasks +- [ ] Task 1 +- [ ] Task 2 +- [ ] Task 3 \ No newline at end of file diff --git a/99 - Templates/(TEMPLATE) Unique.md b/99 - Templates/(TEMPLATE) Unique.md new file mode 100644 index 0000000..ecae4c5 --- /dev/null +++ b/99 - Templates/(TEMPLATE) Unique.md @@ -0,0 +1,4 @@ +--- +date: {{date}}T{{time}} +tags: [] +--- \ No newline at end of file