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

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.