Skip to content

Instantly share code, notes, and snippets.

View zachtib's full-sized avatar

Zach Tibbitts zachtib

View GitHub Profile
@zachtib
zachtib / Session Template.md
Created July 10, 2022 20:23
RPG Session Notes in Obsidian+Templater

<%* session = await tp.user.rpg_session(tp) -%>

campaign: "Waterdeep Confidential" sessionNumber: <% session.number %> date: <% tp.date.now() %> <%* if (session.fcDate !== null) { -%> fc-date: year: <% session.fcDate.year %> month: <% session.fcDate.month %> day: <% session.fcDate.day %>