Skip to content

Instantly share code, notes, and snippets.

View ploegert's full-sized avatar
💭
¯\_(ツ)_/¯

Justin Ploegert ploegert

💭
¯\_(ツ)_/¯
View GitHub Profile
type status description aliases
project
🟡
Miscellaneous personal tasks
#p/personal

I use the project file to track tasks for a given project. I use tags like #p/personal to associate a task to a project. The alias in the YAML front matter allows me to navigate to this tasks page by clicking on the tag from a tasks query.

@jakeweidokal
jakeweidokal / tasks-dashboard.md
Created July 27, 2024 15:57
Obsidian Tasks Dashboard

Below is the dashboard I use for my tasks. It contains views by project and by due date. I mostly use the due dates to organize tasks, and then look at individual project files. I have another gist that shows an example of one of my projects files.

[[000 Home]]

[[Work]]

  • [[😺 NCAT]]
  • [[🤖 Automation]]
  • [[📊 NMIS API]]
  • [[👨‍💻 Technical Standards]]
  • [[🏦 Infrastructure]]
@jakeweidokal
jakeweidokal / Obsidian Daily Note Template.md
Last active November 20, 2025 17:06
This is Jake Weidokal's template for creating daily notes in Obsidian.
week tags
<% tp.date.now('ww',0, tp.file.title, 'YYYY-MM-DD') %>
daily

<% tp.web.daily_quote() %>

<% tp.date.now("dddd, MMMM Do YYYY", 0, tp.file.title, "YYYY-MM-DD") %>

[[ <% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %> |⬅️ Yesterday]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>|➡️ Tomorrow]] | [[<% tp.date.now("YYYY-[w]WW", 0, tp.file.title, "YYYY-MM-DD") %>|📖 Weekly]] | [[<% tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD") %>|📅 Monthly]]

param
(
[string]$ServiceName,
[string]$VmName,
[string]$UserName,
[string]$Password
)
$ErrorActionPreference = "Stop"