Articles · Documents & Markdown

Templates: stamp out meeting notes and weekly reports

`.md` files in `Templates/` show up in the palette automatically. Variables, frontmatter, agent hooks — all built in.

Kition Team·Apr 1, 2026·1 min read

A meeting-notes template

---
title: "{{date:YYYY-MM-DD}} — {{topic}}"
attendees: []
---

## Agenda
-

## Decisions
-

## Action items
| Who | What | When |
|-----|------|------|
|     |      |      |

Variables

  • {{date:format}} — current date
  • {{prompt:topic}} — prompts you for input
  • {{ai:summarize-last-meeting}} — agent fills a section

Related reading