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·5 min read

A meeting-notes template

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

## 议程
-

## 决策
-

## 行动项
| 谁 | 做什么 | 何时 |
|----|--------|------|
|    |        |      |

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.