Skip to content

Instantly share code, notes, and snippets.

@ScottKillen
Last active July 8, 2023 19:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ScottKillen/80c242fd3ccd73e976c1ffe325b3a624 to your computer and use it in GitHub Desktop.
Save ScottKillen/80c242fd3ccd73e976c1ffe325b3a624 to your computer and use it in GitHub Desktop.
Note templates for Obsidian
Error in user YAML: (<unknown>): did not find expected ',' or ']' while parsing a flow sequence at line 1 column 10
---
aliases: ["<% tp.date.now("MMMM Do, YYYY", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("MMMM D, YYYY", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("MMM D, YYYY", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("MMM. D, YYYY", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("M/D/YYYY", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("M-D-YYYY", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY.MM.DD") %>","<% tp.date.now("M.D.YYYY", 0, tp.file.title, "YYYY.MM.DD") %>",]
tags: DailyNote <%tp.file.title.split('-')[0]%>
---

πŸ“† <%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") %>]] Β»


<%tp.user.randomQuote()%>

πŸ“ Tasks

πŸŸ₯ Overdue

not done
due before <%tp.file.title%>
hide recurrence rule

🟨 Due Today

not done
due on <%tp.file.title%>
hide recurrence rule

🟧 Due Soon

not done
due after <%tp.file.title%>
due before <%tp.date.now("YYYY-MM-DD", 8, tp.file.title, "YYYY-MM-DD")%>
hide recurrence rule

🟩 Due Later

not done
is not recurring
due after <%tp.date.now("YYYY-MM-DD", 7, tp.file.title, "YYYY-MM-DD")%>

❓ No Due Date

not done
no due date

πŸ†• New Today

βœ”οΈ Done Today

done on <%tp.file.title%>
hide done date
hide recurrence rule
hide backlink

πŸ“° Review

  • [ ]

πŸ’‘ Ideas


πŸ•– Recent Activity

LIST
FROM ""
WHERE striptime(file.mtime) = striptime([[<%tp.file.title%>]].file.ctime)
AND contains(file.tags, "DailyNote") = false
SORT file.name

Creation Date:: [[<%tp.file.creation_date("YYYY-MM-DD")%>]] <%tp.file.creation_date("HH:mm")%>

tags
Note <%tp.file.creation_date("YYYY-MM-DD").split('-')[0]%>

<% tp.file.title %>


πŸ—„οΈ References:


creation date:: [[<% tp.file.creation_date("YYYY-MM-DD") %>]] <% tp.file.creation_date("HH:mm") %>

tags aliases
Person
firstname
firstlast
initials
emailaddress
phone

<% tp.file.title %>


Contact Info

Email: Phone:


Log

[[<% tp.file.creation_date("YYYY-MM-DD") %>]] <% tp.file.creation_date("HH:mm") %>

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