How the Meeting Notes Tool Structures a Record
AnyTool Meeting Notes models a meeting as a small, ordered set of sections that mirror how effective notes are taken: a header block with the title, date, time and location or link; an attendee list where each person can be marked present or absent and given a role; a numbered agenda where each topic can carry an optional time-box, a lead and sub-notes; free-form discussion notes; a decisions list written as clear standalone statements; and an action-items table in which every task records a single owner, a due date and a status. A pure, reusable engine (meetingEngine) renders each section to Markdown — and to a plain-text variant — dropping any section the user leaves empty, so the output is clean and copy-ready. The same engine powers the related meeting-agenda and meeting-minutes tools.
- Sections: header, attendees, agenda, discussion, decisions, action items, next meeting
- Attendees can be marked present or absent; absentees are listed separately
- Action items render as a Task / Owner / Due / Status Markdown table
- Empty sections are omitted automatically from the output
- A pure, reusable engine assembles the document — no server round-trip
