Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 272 Bytes

meeting-todo.md

File metadata and controls

7 lines (7 loc) · 272 Bytes

<%* const attendees = (tp.frontmatter['attendees'] || []).slice(0); const personName = await tp.user.otherSelection(tp, "Assigned to?", attendees) const task = await tp.system.prompt("Task?", await tp.file.selection(), true); } -%> (assigned:: <% personName %>) <% task %>