Skip to content

Instantly share code, notes, and snippets.

@e-schultz
Last active May 5, 2021 19:29
Show Gist options
  • Select an option

  • Save e-schultz/5a4639d64b7075634acb353768ed10df to your computer and use it in GitHub Desktop.

Select an option

Save e-schultz/5a4639d64b7075634acb353768ed10df to your computer and use it in GitHub Desktop.
random template backups
---
created-date: <% tp.file.creation_date() %>
modified-date: <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
UID: <% tp.date.now("YYYYMMDDHHss") %>
---
<% tp.file.move("/The Inbox/inbox/" + tp.date.now("YYYYMMDDHHss") + " - "+ tp.file.title) %> <% tp.file.cursor(1) %>
[[📘The Inbox]] ➡️ [[<% tp.date.now("YYYY-MM-DD") %>]]
##### 🧠 Brain Dump
- tk
### 💭
created-date <% tp.file.creation_date() %>
modified-date <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
UID <% tp.date.now("YYYYMMDDHHss") %>
tags
daily

[[📘 Daily Notes]]

<< [[<% 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") %>]] >>

What's top of mind today?

table event-type, event-date from ""
where date(file.day) = date("<% tp.file.title %>") 
and event-type != null

Daily Notes

List from ""
where (date(file.day) = date("<% tp.file.title %>") 
and event-type = null)
and file.name != "<% tp.file.title %>"
Sort file.ctime desc
---
created-date: <% tp.file.creation_date() %>
modified-date: <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
UID: <% tp.date.now("YYYYMMDDHHss") %>
tags: ["status/scheduled", "event"]
event-date: null
event-type: null
attendees: ["Evan Schultz"]
start-time: null
end-time: null
otter-transcript: null
waste-book: ["🗓️ Meeting Notes"]
---
[[📘The Inbox]] ➡️[[🗓️ Meeting Notes]]
####### details
- meta:
- meeting date:
- attendees:
-
# 📅: TK
### Description
## Notes
created-date <% tp.file.creation_date() %>
modified-date <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
last-reviewed <% tp.file.creation_date() %>
review false
UID <% tp.date.now("YYYYMMDDHHss") %>

[[📘The Inbox]]

🧠 Brain Dump
  • tk

✏️

created-date <% tp.file.creation_date() %>
modified-date <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
last-reviewed <% tp.file.creation_date() %>
review false
UID <% tp.date.now("YYYYMMDDHHss") %>

[[📘The Inbox]]

🧠 Brain Dump
  • tk

✏️

---
created-date: <% tp.file.creation_date() %>
modified-date: <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
last-reviewed: <% tp.file.creation_date() %>
review: false
UID: <% tp.date.now("YYYYMMDDHHss") %>
type: "quick-note"
tags: ["type/quick-note"]
---
[[📘The Inbox]] ==> ➡️ [[<% tp.date.now("YYYY-MM-DD") %>]]
##### ✏️ Quick Note
<% tp.file.move("/The Inbox/inbox/" + tp.date.now("YYYYMMDDHHss") + " - "+ tp.file.title) %> <% tp.file.cursor(1) %>
created-date <% tp.file.creation_date() %>
modified-date <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
last-reviewed <% tp.file.creation_date() %>
review true
UID <% tp.date.now("YYYYMMDDHHss") %>
cite-key
tags
source

[[📘The Inbox]] ➡️ [[🏫 The Library]]

  • Title:
  • Author:
  • URL:
---
created-date: <% tp.file.creation_date() %>
modified-date: <% tp.file.creation_date("dddd Do MMMM YYYY HH:mm:ss") %>
UID: <% tp.date.now("YYYYMMDDHHss") %>
---
[[📘The Inbox]] ➡️ [[<% tp.date.now("YYYY-MM-DD") %>]]
##### 🧠 Brain Dump
- tk
### 💭
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment